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
1 changed files with 1 additions and 4 deletions

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