diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2011-10-24 16:45:44 -0400 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2011-10-24 16:45:44 -0400 |
commit | 85d70c4314bc38b736b6d88adcec6dadf43a0dba (patch) | |
tree | c84a931cb7e3f1ad50670e7ee830915e38a1648d /variants/standard/pins_arduino.h | |
parent | 85f10a7150726e58a4e24358edf978241a777048 (diff) |
Renaming LED to LED_BUILTIN.
http://code.google.com/p/arduino/issues/detail?id=651
Diffstat (limited to 'variants/standard/pins_arduino.h')
-rw-r--r-- | variants/standard/pins_arduino.h | 2 |
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; |