add LPC1549, add FRDM-KL46Z, fix epComplete bit operation.

Dependents:   XBee-ExplorerLite USBLocalFileSystem USB-to-UART-bridge USBLocalFileSystem

Fork of USBDevice by mbed official

Revision:
21:c4c8fd0b0f12
Parent:
14:d495202c90f4
Child:
23:554b76408e69
--- a/USBMSD/USBMSD.h	Thu Mar 20 03:27:54 2014 +0000
+++ b/USBMSD/USBMSD.h	Thu May 08 22:45:45 2014 +0900
@@ -70,9 +70,10 @@
     /**
     * Connect the USB MSD device. Establish disk initialization before really connect the device.
     *
+    * @param blocking if not configured
     * @returns true if successful
     */
-    bool connect();
+    bool connect(bool blocking = true);
 
     /**
     * Disconnect the USB MSD device.