Skip to content

Commit f07a20a

Browse files
committed
remove misleading SERIAL_PORT_USBVIRTUAL define
the Serial via USB port is not a real virtual cdc port (it still emulates an Hardware Serial), remove to avoid sketches getting confused and expect CDC flow control functions
1 parent c8ecd5f commit f07a20a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

variants/arduino_101/variant.h

-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ void CDCSerial_bytes_sent(uint32_t num);
197197
// SERIAL_PORT_HARDWARE_OPEN Hardware serial ports which are open for use. Their RX & TX
198198
// pins are NOT connected to anything by default.
199199
#define SERIAL_PORT_MONITOR Serial
200-
#define SERIAL_PORT_USBVIRTUAL SerialUSB
201200
#define SERIAL_PORT_HARDWARE_OPEN Serial1
202201
#define SERIAL_PORT_HARDWARE Serial1
203202
#define SERIAL_PORT_HARDWARE1 Serial1

0 commit comments

Comments
 (0)