diff options
author | Cristian Maglie <c.maglie@bug.st> | 2013-11-12 14:31:09 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2013-11-12 14:31:51 +0100 |
commit | 2dd6b14b2126fcf265caac31de3bc31abb079451 (patch) | |
tree | 0f4c9483c136c98d82b0b143a8da6be879020837 /variants | |
parent | 3f0cac9021a157cda41e395b5f0c3a1de0c1d62b (diff) |
Removed redundant LED_BUILTIN define in Yun variant.
Diffstat (limited to 'variants')
-rw-r--r-- | variants/yun/pins_arduino.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/variants/yun/pins_arduino.h b/variants/yun/pins_arduino.h index ba0570b..206866a 100644 --- a/variants/yun/pins_arduino.h +++ b/variants/yun/pins_arduino.h @@ -24,8 +24,6 @@ #include "../leonardo/pins_arduino.h" -#define LED_BUILTIN 13 - // These serial port names are intended to allow libraries and architecture-neutral // sketches to automatically default to the correct port name for a particular type // of use. For example, a GPS module would normally connect to SERIAL_PORT_HARDWARE_OPEN, |