aboutsummaryrefslogtreecommitdiff
path: root/variants/standard
diff options
context:
space:
mode:
authorZach Eveland <zeveland@blacklabel-development.com>2011-10-27 11:41:02 -0400
committerZach Eveland <zeveland@blacklabel-development.com>2011-10-27 11:41:02 -0400
commitec93cd74a187a58f0e2bbe496c38edd7d9f33f30 (patch)
tree3e519cf239c57e915520e60563714dfd6f7948e0 /variants/standard
parent415a5e119d11394fc7e7365ff5b7c64a50ef7f64 (diff)
parent5c9d10ad9484c26eb94d2030628b676f8d0d5fc7 (diff)
Merge branch 'new-extension' of github.com:arduino/Arduino into diskloader_reboot
Conflicts: hardware/arduino/variants/mega/pins_arduino.h libraries/Ethernet/examples/PachubeClient/PachubeClient.ino libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino
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 3999d1f..6e774d4 100644
--- a/variants/standard/pins_arduino.h
+++ b/variants/standard/pins_arduino.h
@@ -44,7 +44,7 @@ const static uint8_t SCK = 13;
const static uint8_t SDA = 18;
const static uint8_t SCL = 19;
-const static uint8_t LED = 13;
+const static uint8_t LED_BUILTIN = 13;
const static uint8_t A0 = 14;
const static uint8_t A1 = 15;