File tree 1 file changed +3
-4
lines changed
src/boards/include/boards
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8
8
// NOTE: THIS HEADER IS ALSO INCLUDED BY ASSEMBLER SO
9
9
// SHOULD ONLY CONSIST OF PREPROCESSOR DIRECTIVES
10
10
// -----------------------------------------------------
11
- // Board definition for the SparkFun RP2350 Thing Plus
11
+ // Board definition for the SparkFun IoT RedBoard - RP2350
12
12
//
13
- // This header may be included by other board headers as "boards/sparkfun_thingplus_rp2350 .h"
13
+ // This header may be included by other board headers as "boards/sparkfun_iotredboard_rp2350 .h"
14
14
15
15
// pico_cmake_set PICO_PLATFORM=rp2350
16
16
// pico_cmake_set PICO_CYW43_SUPPORTED = 1
22
22
#define SPARKFUN_IOTREDBOARD_RP2350
23
23
24
24
// --- RP2350 VARIANT ---
25
- #define PICO_RP2350B 1
26
- #define PICO_RP2350A 0
25
+ #define PICO_RP2350A 0 // 1 for RP2350A, 0 for RP2350B
27
26
28
27
// --- BOARD SPECIFIC ---
29
28
#define SPARKFUN_IOTREDBOARD_RP2350_USER_SW_PIN 39
You can’t perform that action at this time.
0 commit comments