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.
Fork of USBDevice by
Diff: USBMSD/USBMSD.h
- Revision:
- 47:a0cd9646ecd1
- Parent:
- 29:b7a0ea455a0c
diff -r 378357d7e90d -r a0cd9646ecd1 USBMSD/USBMSD.h
--- a/USBMSD/USBMSD.h Tue Mar 31 16:15:39 2015 +0100
+++ b/USBMSD/USBMSD.h Wed Apr 08 07:46:23 2015 +0100
@@ -158,12 +158,12 @@
/*
* Callback called when a packet is received
*/
- virtual bool EP2_OUT_callback();
+ virtual bool EPBULK_OUT_callback();
/*
* Callback called when a packet has been sent
*/
- virtual bool EP2_IN_callback();
+ virtual bool EPBULK_IN_callback();
/*
* Set configuration of device. Add endpoints
