Skip to content

Commit d5a6888

Browse files
authored
Fix issue with undefined LED_BUILTIN on Seeed Xiao RP2350 (#2704)
* Modify the pin definitions for XIAO RP2350 * Fix issue with undefined LED_BUILTIN
1 parent a13d236 commit d5a6888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/seeed_xiao_rp2350/pins_arduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ static const uint8_t D18 = (9u);
2828

2929
// LEDs
3030
#define PIN_LED (25u)
31+
#define LED_BUILTIN PIN_LED
3132

3233
// Serial
3334
#define PIN_SERIAL1_TX (0u)

0 commit comments

Comments
 (0)