Skip to content

Commit ed03068

Browse files
committed
Removed redefinitions of SERIAL_* in Yun variant
1 parent 1131297 commit ed03068

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: variants/yun/pins_arduino.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@
3939
//
4040
// SERIAL_PORT_HARDWARE_OPEN Hardware serial ports which are open for use. Their RX & TX
4141
// pins are NOT connected to anything by default.
42-
#define SERIAL_PORT_MONITOR Serial
43-
#define SERIAL_PORT_USBVIRTUAL Serial
44-
#define SERIAL_PORT_HARDWARE Serial1
4542
#define SERIAL_PORT_LINUXBRIDGE Serial1
4643

47-
// this is defined in the Leonardo variant
44+
// defined in the Leonardo variant
4845
#undef SERIAL_PORT_HARDWARE_OPEN
4946

0 commit comments

Comments
 (0)