Altered slightly to make the USB blocking default to off

Fork of USBDevice by mbed official

Files at this revision

API Documentation at this revision

Comitter:
el13tjoc
Date:
Sun May 10 01:55:42 2015 +0000
Parent:
51:deafa44182d9
Commit message:
USB Library;

Changed in this revision

USBDevice/USBDevice.h Show annotated file Show diff for this revision Revisions of this file
--- a/USBDevice/USBDevice.h	Thu Apr 23 08:45:28 2015 +0100
+++ b/USBDevice/USBDevice.h	Sun May 10 01:55:42 2015 +0000
@@ -40,7 +40,7 @@
     *
     * @param blocking: block if not configured
     */
-    void connect(bool blocking = true);
+    void connect(bool blocking = false);
 
     /*
     * Disconnect a device