Skip to content

Commit 8645bd5

Browse files
committed
changed BUILTIN_LED to LED_BUILTIN
1 parent faae742 commit 8645bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/ESPDuino/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static const uint8_t MOSI = 13;
4141
static const uint8_t MISO = 12;
4242
static const uint8_t SCK = 14;
4343

44-
static const uint8_t BUILTIN_LED = 16;
44+
static const uint8_t LED_BUILTIN = 16;
4545

4646
static const uint8_t A0 = 17;
4747

@@ -65,4 +65,4 @@ static const uint8_t A0 = 17;
6565
#define SERIAL_PORT_HARDWARE Serial
6666
#define SERIAL_PORT_HARDWARE_OPEN Serial
6767

68-
#endif /* Pins_Arduino_h */
68+
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)