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: blinky_max32630fthr FTHR_USB_serial FTHR_OLED HSP_RPC_GUI_3_0_1 ... more
Fork of USBDevice by
Diff: USBAudio/USBAudio.cpp
- Revision:
- 47:a0cd9646ecd1
- Parent:
- 11:eeb3cbbaa996
--- a/USBAudio/USBAudio.cpp Tue Mar 31 16:15:39 2015 +0100
+++ b/USBAudio/USBAudio.cpp Wed Apr 08 07:46:23 2015 +0100
@@ -119,7 +119,7 @@
}
-bool USBAudio::EP3_OUT_callback() {
+bool USBAudio::EPISO_OUT_callback() {
uint32_t size = 0;
interruptOUT = true;
if (buf_stream_in != NULL) {
@@ -132,7 +132,7 @@
}
-bool USBAudio::EP3_IN_callback() {
+bool USBAudio::EPISO_IN_callback() {
interruptIN = true;
writeIN = true;
return true;
