Skip to content

Commit a25e4aa

Browse files
committed
changed BUILTIN_LED to LED_BUILTIN
1 parent 7865ace commit a25e4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/adafruit/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static const uint8_t MOSI = 13;
4242
static const uint8_t MISO = 12;
4343
static const uint8_t SCK = 14;
4444

45-
static const uint8_t BUILTIN_LED = 0;
45+
static const uint8_t LED_BUILTIN = 0;
4646

4747
static const uint8_t A0 = 17;
4848

0 commit comments

Comments
 (0)