STM32F1: No USBSerial without USB-serial bridge (#15242)

This commit is contained in:
Tanguy Pruvot
2019-09-13 00:59:31 +02:00
committed by Scott Lahteine
parent 832be5dd36
commit f1162243f6
2 changed files with 2 additions and 2 deletions

View File

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