1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

changed BUILTIN_LED to LED_BUILTIN

This commit is contained in:
Alex
2016-02-02 15:56:04 +01:00
parent fb9e977b06
commit 1eb74d5956

View File

@ -47,7 +47,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 = 12;
static const uint8_t LED_BUILTIN = 12;
static const uint8_t A0 = 17;