STM32F1: No USBSerial without USB-serial bridge (#15242)
This commit is contained in:
parent
832be5dd36
commit
f1162243f6
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue