Just set LED_BUILTIN universally to -1, as we don't use it.

This commit is contained in:
Jonathan Bennett
2025-12-01 16:30:23 -06:00
parent 4b2f241478
commit 8fb0365833
73 changed files with 3 additions and 135 deletions

View File

@@ -22,7 +22,4 @@ static const uint8_t SCK = 13;
#define SPI_MISO (10)
#define SPI_CS (12)
// LEDs
#define LED_BUILTIN LED_GREEN
#endif /* Pins_Arduino_h */