0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 23:49:49 +00:00

Add missing SerialUSB definition for STM32 HAL (#12124)

This commit is contained in:
Nils Hasenbanck 2018-10-17 18:14:10 +02:00 committed by Scott Lahteine
parent 0519ef0802
commit 9deb23aa47

View file

@ -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