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_STM32F103 by
Diff: USBAudio/USBAudio.h
- Revision:
- 47:a0cd9646ecd1
- Parent:
- 25:7c72828865f3
--- a/USBAudio/USBAudio.h Tue Mar 31 16:15:39 2015 +0100
+++ b/USBAudio/USBAudio.h Wed Apr 08 07:46:23 2015 +0100
@@ -216,12 +216,12 @@
/*
* Callback called when a packet is received
*/
- virtual bool EP3_OUT_callback();
+ virtual bool EPISO_OUT_callback();
/*
* Callback called when a packet has been sent
*/
- virtual bool EP3_IN_callback();
+ virtual bool EPISO_IN_callback();
private:
