Skip to content

Commit 1eb74d5

Browse files
committed
changed BUILTIN_LED to LED_BUILTIN
1 parent fb9e977 commit 1eb74d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/wifinfo/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static const uint8_t MOSI = 13;
4747
static const uint8_t MISO = 12;
4848
static const uint8_t SCK = 14;
4949

50-
static const uint8_t BUILTIN_LED = 12;
50+
static const uint8_t LED_BUILTIN = 12;
5151

5252
static const uint8_t A0 = 17;
5353

0 commit comments

Comments
 (0)