Skip to content

Commit 3968055

Browse files
committed
Fix comments, remove 'B' define.
1 parent 2c984cd commit 3968055

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/boards/include/boards/sparkfun_iotredboard_rp2350.h

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
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
@@ -22,8 +22,7 @@
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

0 commit comments

Comments
 (0)