Skip to content

Commit df2659b

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/espino/pins_arduino.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ 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 = 2;
46-
static const uint8_t BUILTIN_LEDR = 2;
47-
static const uint8_t BUILTIN_LEDG = 4;
48-
static const uint8_t BUILTIN_LEDB = 5;
45+
static const uint8_t LED_BUILTIN = 2;
46+
static const uint8_t LED_BUILTIN_R = 2;
47+
static const uint8_t LED_BUILTIN_G = 4;
48+
static const uint8_t LED_BUILTIN_B = 5;
4949
static const uint8_t BUILTIN_BUTTON = 0;
5050

5151
static const uint8_t A0 = 17;

0 commit comments

Comments
 (0)