Skip to content

Commit faae742

Browse files
committed
changed BUILTIN_LED to LED_BUILTIN
1 parent df2659b commit faae742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/thing/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 = 5;
45+
static const uint8_t LED_BUILTIN = 5;
4646

4747
static const uint8_t A0 = 17;
4848

0 commit comments

Comments
 (0)