Skip to content

Commit 85d70c4

Browse files
committed
1 parent 85f10a7 commit 85d70c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

variants/mega/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const static uint8_t SCK = 52;
3939

4040
const static uint8_t SDA = 20;
4141
const static uint8_t SCL = 21;
42-
const static uint8_t LED = 13;
42+
const static uint8_t LED_BUILTIN = 13;
4343

4444
const static uint8_t A0 = 54;
4545
const static uint8_t A1 = 55;

variants/standard/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const static uint8_t SCK = 13;
4444

4545
const static uint8_t SDA = 18;
4646
const static uint8_t SCL = 19;
47-
const static uint8_t LED = 13;
47+
const static uint8_t LED_BUILTIN = 13;
4848

4949
const static uint8_t A0 = 14;
5050
const static uint8_t A1 = 15;

0 commit comments

Comments
 (0)