File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
sam/1.0.3/variants/geolink_opentracker Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -283,11 +283,10 @@ extern USARTClass Serial3;
283283//
284284// SERIAL_PORT_HARDWARE_OPEN Hardware serial ports which are open for use. Their RX & TX
285285// pins are NOT connected to anything by default.
286- #define SERIAL_PORT_MONITOR Serial
286+ #define SERIAL_PORT_MONITOR SerialUSB
287287#define SERIAL_PORT_USBVIRTUAL SerialUSB
288- #define SERIAL_PORT_HARDWARE_OPEN Serial1
289- #define SERIAL_PORT_HARDWARE_OPEN1 Serial2
290- #define SERIAL_PORT_HARDWARE_OPEN2 Serial3
288+ #define SERIAL_PORT_HARDWARE_OPEN Serial
289+ #define SERIAL_PORT_HARDWARE_OPEN1 Serial3
291290#define SERIAL_PORT_HARDWARE Serial
292291#define SERIAL_PORT_HARDWARE1 Serial1
293292#define SERIAL_PORT_HARDWARE2 Serial2
You can’t perform that action at this time.
0 commit comments