diff options
author | Cristian Maglie <c.maglie@bug.st> | 2013-12-13 14:22:37 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2013-12-13 14:22:46 +0100 |
commit | ed03068b0aece37fbecd88578593ab2343e720e3 (patch) | |
tree | e04a7e36ac8e508a01da88ecccf636276ea5e3dd /variants | |
parent | 1131297fe3de39e8aeb33116e37cca5727cf9242 (diff) |
Removed redefinitions of SERIAL_* in Yun variant
Diffstat (limited to 'variants')
-rw-r--r-- | variants/yun/pins_arduino.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/variants/yun/pins_arduino.h b/variants/yun/pins_arduino.h index 206866a..15f24cd 100644 --- a/variants/yun/pins_arduino.h +++ b/variants/yun/pins_arduino.h @@ -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 |