1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

changed BUILTIN_LED to LED_BUILTIN

This commit is contained in:
Alex
2016-02-02 15:57:48 +01:00
parent df2659b9c6
commit faae74208d

View File

@ -42,7 +42,7 @@ static const uint8_t MOSI = 13;
static const uint8_t MISO = 12;
static const uint8_t SCK = 14;
static const uint8_t BUILTIN_LED = 5;
static const uint8_t LED_BUILTIN = 5;
static const uint8_t A0 = 17;