with CAN

Dependencies:   mbed mbed-STM32F103C8T6 USBDevice_STM32F103

Revision:
6:823505e28d62
Parent:
5:0be85f1bdb35
Child:
7:bd396db062ea
--- a/main.cpp	Wed Apr 26 17:57:55 2017 +0000
+++ b/main.cpp	Fri Feb 01 11:06:23 2019 +0000
@@ -8,7 +8,7 @@
     confSysClock();     //Configure system clock (72MHz HSE clock, 48MHz USB clock)
     
     Serial    pc(PA_2, PA_3);
-    //USBSerial usbSerial;  // connection must be blocked when USB is not plugged in
+    //USBSerial usbSerial;  // connection is blocked when USB is not plugged in
     USBSerial usbSerial(0x1f00, 0x2012, 0x0001,  false);    // connection is not blocked when USB is not plugged in
     
     while(1) {