Skip to content

Commit 1d04068

Browse files
committed
Merge branch 'master' into ide-1.5.x
2 parents a0ba94f + 2362033 commit 1d04068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/avr/variants/mega/pins_arduino.h

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

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

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

0 commit comments

Comments
 (0)