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

Files at this revision

API Documentation at this revision

Comitter:
llumpu
Date:
Sat Oct 27 14:30:55 2012 +0000
Parent:
5:d27e4c226965
Commit message:
Changed PID (Product ID) in constructor to be diffeent from USBMSD_SD

Changed in this revision

USBMSD/USBMSD.h Show annotated file Show diff for this revision Revisions of this file
diff -r d27e4c226965 -r e771bcb4627d USBMSD/USBMSD.h
--- 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.