File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/boards/include/boards Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 88// NOTE: THIS HEADER IS ALSO INCLUDED BY ASSEMBLER SO
99// SHOULD ONLY CONSIST OF PREPROCESSOR DIRECTIVES
1010// -----------------------------------------------------
11- // Board definition for the SparkFun RP2350 Thing Plus
11+ // Board definition for the SparkFun IoT RedBoard - RP2350
1212//
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"
1414
1515// pico_cmake_set PICO_PLATFORM=rp2350
1616// pico_cmake_set PICO_CYW43_SUPPORTED = 1
2222#define SPARKFUN_IOTREDBOARD_RP2350
2323
2424// --- RP2350 VARIANT ---
25- #define PICO_RP2350B 1
26- #define PICO_RP2350A 0
25+ #define PICO_RP2350A 0 // 1 for RP2350A, 0 for RP2350B
2726
2827// --- BOARD SPECIFIC ---
2928#define SPARKFUN_IOTREDBOARD_RP2350_USER_SW_PIN 39
You can’t perform that action at this time.
0 commit comments