usb

Dependents:   high speed light Bracelet

Fork of USBDevice by mbed official

Files at this revision

API Documentation at this revision

Comitter:
jacob_yan
Date:
Wed Jul 23 05:43:15 2014 +0000
Parent:
27:0c6524151939
Commit message:
false

Changed in this revision

USBSerial/USBSerial.h Show annotated file Show diff for this revision Revisions of this file
--- a/USBSerial/USBSerial.h	Wed Jun 18 09:00:48 2014 +0100
+++ b/USBSerial/USBSerial.h	Wed Jul 23 05:43:15 2014 +0000
@@ -56,7 +56,7 @@
     * @param connect_blocking define if the connection must be blocked if USB not plugged in
     *
     */
-    USBSerial(uint16_t vendor_id = 0x1f00, uint16_t product_id = 0x2012, uint16_t product_release = 0x0001, bool connect_blocking = true): USBCDC(vendor_id, product_id, product_release, connect_blocking), buf(128){
+    USBSerial(uint16_t vendor_id = 0x1f00, uint16_t product_id = 0x2012, uint16_t product_release = 0x0001, bool connect_blocking = false): USBCDC(vendor_id, product_id, product_release, connect_blocking), buf(128){
         settingsChangedCallback = 0;
     };