Skip to content

Commit 7d76a5d

Browse files
committed
1 parent 65436c8 commit 7d76a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/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;

0 commit comments

Comments
 (0)