USBMSD SD card Hello World for Mbed platforms

Dependencies:   mbed USBMSD_SD USBDevice

Revision:
6:126c4d980196
Parent:
2:27a7e7f8d399
--- a/USBDevice/USBDevice/USBDevice.cpp	Sun Nov 13 12:30:43 2011 +0000
+++ b/USBDevice/USBDevice/USBDevice.cpp	Mon Nov 14 10:00:07 2011 +0000
@@ -737,7 +737,7 @@
     device.configuration = 0;
     device.suspended = false;
 
-    connect();
+    //connect();
 };