USBMSD SD card Hello World for Mbed platforms

Dependencies:   mbed USBMSD_SD USBDevice

Revision:
4:980e6470dcce
Parent:
3:0ffb2eee9e06
Child:
5:8afbc15d6892
--- a/USBDevice/USBMSD/USBMSD.h	Fri Nov 11 16:12:21 2011 +0000
+++ b/USBDevice/USBMSD/USBMSD.h	Sat Nov 12 17:53:04 2011 +0000
@@ -89,6 +89,7 @@
     */
     virtual int blockWrite(uint8_t * data, uint16_t block){return 1;};
     
+    
 protected: