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:
CIncinnatus 2024-12-20 01:02:32 +08:00 committed by GitHub
parent a13d236afd
commit d5a6888cac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)