USBMSD test for GR-PEACH

Dependencies:   USBDevice USBMSD_SD mbed

Fork of USBMSD_SD_HelloWorld_Mbed by Samuel Mokrani

Revision:
11:a26e7b7a1221
Parent:
10:cf8fd2b6ca23
Child:
12:a12eb1fc05f3
--- a/USBMSD/USBMSD.h	Wed Nov 16 11:06:27 2011 +0000
+++ b/USBMSD/USBMSD.h	Wed Nov 16 17:17:42 2011 +0000
@@ -60,7 +60,7 @@
     * @param product_id Your product_id
     * @param product_release Your preoduct_release
     */
-    USBMSD(uint16_t vendor_id = 0x0843, uint16_t product_id = 0x0154, uint16_t product_release = 0x0001);
+    USBMSD(uint16_t vendor_id = 0x0933, uint16_t product_id = 0x0554, uint16_t product_release = 0x0001);
     
     /**
     * Send a Report
@@ -146,8 +146,6 @@
     
     
 protected:
-    uint16_t reportLength;
-
 
     /*
     * Get number of logical unit - 1 (here 0)
@@ -240,6 +238,7 @@
     void reset();
     void fail();
     
+    uint16_t reportLength;
     HID_REPORT outputReport;
 };