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_CDC_11U35test
Diff: USBCDCMSC.h
- Revision:
- 1:0c31d9b30900
- Parent:
- 0:db88c3af3803
- Child:
- 2:8f01347859d0
--- a/USBCDCMSC.h Tue Apr 21 09:12:22 2015 +0000
+++ b/USBCDCMSC.h Tue Apr 21 16:42:12 2015 +0000
@@ -180,12 +180,12 @@
/*
* Callback called when a packet is received
*/
- virtual bool EP5_OUT_callback();
+ virtual bool EP3_OUT_callback();
/*
* Callback called when a packet has been sent
*/
- virtual bool EP5_IN_callback();
+ virtual bool EP3_IN_callback();
private: