Skip to content

Commit 1d97cac

Browse files
committed
keep arduino incompatible BUILTIN_LED
1 parent 292cf28 commit 1d97cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variants/generic/pins_arduino.h

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +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 = 1;
4546
static const uint8_t LED_BUILTIN = 1;
4647

4748
static const uint8_t A0 = 17;

0 commit comments

Comments
 (0)