Fix issue with undefined LED_BUILTIN on Seeed Xiao RP2350 (#2704)
* Modify the pin definitions for XIAO RP2350 * Fix issue with undefined LED_BUILTIN
This commit is contained in:
parent
a13d236afd
commit
d5a6888cac
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ static const uint8_t D18 = (9u);
|
|||
|
||||
// LEDs
|
||||
#define PIN_LED (25u)
|
||||
#define LED_BUILTIN PIN_LED
|
||||
|
||||
// Serial
|
||||
#define PIN_SERIAL1_TX (0u)
|
||||
|
|
|
|||
Loading…
Reference in a new issue