Fork of official USB device library just changed PID (Product ID) in constructor in USBMSD.h to be different for USBMSD_AT45_HelloWorld program

Dependents:   USBMSD_AT45_HelloWorld

Fork of USBDevice by mbed official

Revision:
6:e771bcb4627d
Parent:
1:80ab0d068708
--- a/USBMSD/USBMSD.h	Sun Oct 14 15:08:52 2012 +0000
+++ b/USBMSD/USBMSD.h	Sat Oct 27 14:30:55 2012 +0000
@@ -65,7 +65,7 @@
     * @param product_id Your product_id
     * @param product_release Your preoduct_release
     */
-    USBMSD(uint16_t vendor_id = 0x0703, uint16_t product_id = 0x0104, uint16_t product_release = 0x0001);
+    USBMSD(uint16_t vendor_id = 0x0703, uint16_t product_id = 0x0404, uint16_t product_release = 0x0001);
 
     /**
     * Connect the USB MSD device. Establish disk initialization before really connect the device.