1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Removed redundant LED_BUILTIN define in Yun variant.

This commit is contained in:
Cristian Maglie 2013-11-12 14:31:09 +01:00
parent 9b1c9d4f16
commit 41697f02b2

View File

@ -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,