diff options
Diffstat (limited to 'variants/mega')
| -rw-r--r-- | variants/mega/pins_arduino.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/variants/mega/pins_arduino.h b/variants/mega/pins_arduino.h index 237173a..57ec97f 100644 --- a/variants/mega/pins_arduino.h +++ b/variants/mega/pins_arduino.h @@ -39,7 +39,7 @@ const static uint8_t SCK  = 52;  const static uint8_t SDA = 20;  const static uint8_t SCL = 21; -const static uint8_t LED = 13; +const static uint8_t LED_BUILTIN = 13;  const static uint8_t A0 = 54;  const static uint8_t A1 = 55; | 
