Add missing SerialUSB definition for STM32 HAL (#12124)

2.0.x
Nils Hasenbanck 6 years ago committed by Scott Lahteine
parent 0519ef0802
commit 9deb23aa47

@ -87,7 +87,7 @@
#endif
#define NUM_SERIAL 2
#if SERIAL_PORT_2 == -1
#define MYSERIAL1 Serial0 // TODO Once CDC is supported
#define MYSERIAL1 SerialUSB
#elif SERIAL_PORT_2 == 1
#define MYSERIAL1 Serial1
#elif SERIAL_PORT_2 == 2

Loading…
Cancel
Save