STM32F1: No USBSerial without USB-serial bridge (#15242)
This commit is contained in:
committed by
Scott Lahteine
parent
832be5dd36
commit
f1162243f6
@ -82,7 +82,7 @@
|
||||
// Public Variables
|
||||
// ------------------------
|
||||
|
||||
#if (!defined(SERIAL_USB) && !defined(USE_USB_COMPOSITE))
|
||||
#if (defined(SERIAL_USB) && !defined(USE_USB_COMPOSITE))
|
||||
USBSerial SerialUSB;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user