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:
parent
b984463468
commit
f9bbcab1a3
@ -39,11 +39,8 @@
|
|||||||
//
|
//
|
||||||
// SERIAL_PORT_HARDWARE_OPEN Hardware serial ports which are open for use. Their RX & TX
|
// SERIAL_PORT_HARDWARE_OPEN Hardware serial ports which are open for use. Their RX & TX
|
||||||
// pins are NOT connected to anything by default.
|
// 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
|
#define SERIAL_PORT_LINUXBRIDGE Serial1
|
||||||
|
|
||||||
// this is defined in the Leonardo variant
|
// defined in the Leonardo variant
|
||||||
#undef SERIAL_PORT_HARDWARE_OPEN
|
#undef SERIAL_PORT_HARDWARE_OPEN
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user