1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Removed redefinitions of SERIAL_* in Yun variant

This commit is contained in:
Cristian Maglie 2013-12-13 14:22:37 +01:00
parent b984463468
commit f9bbcab1a3

View File

@ -39,11 +39,8 @@
//
// SERIAL_PORT_HARDWARE_OPEN Hardware serial ports which are open for use. Their RX & TX
// pins are NOT connected to anything by default.
#define SERIAL_PORT_MONITOR Serial
#define SERIAL_PORT_USBVIRTUAL Serial
#define SERIAL_PORT_HARDWARE Serial1
#define SERIAL_PORT_LINUXBRIDGE Serial1
// this is defined in the Leonardo variant
// defined in the Leonardo variant
#undef SERIAL_PORT_HARDWARE_OPEN