Skip to content

Commit 80a6cdc

Browse files
committed
Add Arduino_ prefix in boards.h
1 parent 1cee8e8 commit 80a6cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wippersnapper_Boards.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
#define USE_TINYUSB
224224
#define USE_STATUS_LED
225225
#define STATUS_LED_PIN LED_BUILTIN
226-
#elif defined(ADAFRUIT_FRUITJAM_RP2350)
226+
#elif defined(ARDUINO_ADAFRUIT_FRUITJAM_RP2350)
227227
#define BOARD_ID "fruitjam"
228228
#define USE_TINYUSB
229229
#define USE_STATUS_NEOPIXEL

0 commit comments

Comments
 (0)