USBDevice library with Blue Pill STM32F103C8T6 board support.

Dependents:   STM32F103C8T6_USBSerial_Demo lightweight-weather-station

Fork of USBDevice by mbed official

Revision:
64:c7639faed2eb
Parent:
19:fcb63a105965
--- a/USBSerial/USBCDC.cpp	Wed Apr 02 21:00:41 2014 +0100
+++ b/USBSerial/USBCDC.cpp	Mon Apr 28 12:15:41 2014 +0000
@@ -34,6 +34,10 @@
     USBDevice::connect(connect_blocking);
 }
 
+void USBCDC::USBCallback_busReset(void) {
+    terminal_connected = false;
+};
+
 bool USBCDC::USBCallback_request(void) {
     /* Called in ISR context */