From 9d48a366169d0362cfdfcd0ecfe88afa578a5bc8 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sun, 3 Nov 2013 18:10:22 +0100 Subject: Changed LED_BUILTIN to a macro to better support boards that do not have a built-in LED. Fixes #758 --- variants/mega/pins_arduino.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'variants/mega/pins_arduino.h') diff --git a/variants/mega/pins_arduino.h b/variants/mega/pins_arduino.h index 5a9b4cb..b0b4290 100644 --- a/variants/mega/pins_arduino.h +++ b/variants/mega/pins_arduino.h @@ -39,7 +39,7 @@ static const uint8_t SCK = 52; static const uint8_t SDA = 20; static const uint8_t SCL = 21; -static const uint8_t LED_BUILTIN = 13; +#define LED_BUILTIN 13 static const uint8_t A0 = 54; static const uint8_t A1 = 55; @@ -360,4 +360,4 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] = { #endif -#endif \ No newline at end of file +#endif -- cgit v1.2.3-18-g5258