aboutsummaryrefslogtreecommitdiff
path: root/variants/standard
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2013-11-03 18:10:22 +0100
committerCristian Maglie <c.maglie@bug.st>2013-11-03 18:10:22 +0100
commit9d48a366169d0362cfdfcd0ecfe88afa578a5bc8 (patch)
treecd1eea2877a7c8d1e571de151ed0ccf960471c6d /variants/standard
parent0e5e67e23de040d2c1e3e0f7f16dcb1d0516ec51 (diff)
Changed LED_BUILTIN to a macro to better support boards that do not have a built-in LED.
Fixes #758
Diffstat (limited to 'variants/standard')
-rw-r--r--variants/standard/pins_arduino.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variants/standard/pins_arduino.h b/variants/standard/pins_arduino.h
index 30b4266..b024ca1 100644
--- a/variants/standard/pins_arduino.h
+++ b/variants/standard/pins_arduino.h
@@ -44,7 +44,7 @@ static const uint8_t SCK = 13;
static const uint8_t SDA = 18;
static const uint8_t SCL = 19;
-static const uint8_t LED_BUILTIN = 13;
+#define LED_BUILTIN 13
static const uint8_t A0 = 14;
static const uint8_t A1 = 15;