Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: USBMSD_AT45_HelloWorld
Fork of USBDevice by
Revision 6:e771bcb4627d, committed 2012-10-27
- 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 |
--- 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.
