From 41697f02b2370908c947332f4875f11d396ae203 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 12 Nov 2013 14:31:09 +0100 Subject: [PATCH] Removed redundant LED_BUILTIN define in Yun variant. --- hardware/arduino/avr/variants/yun/pins_arduino.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/hardware/arduino/avr/variants/yun/pins_arduino.h b/hardware/arduino/avr/variants/yun/pins_arduino.h index ba0570b1b..206866aaa 100644 --- a/hardware/arduino/avr/variants/yun/pins_arduino.h +++ b/hardware/arduino/avr/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,