modif pour je ne sais quelle raison... peut-être support K82

Fork of USBDevice by mbed official

Revision:
47:a0cd9646ecd1
Parent:
11:eeb3cbbaa996
Child:
61:7070d167c2ad
diff -r 378357d7e90d -r a0cd9646ecd1 USBAudio/USBAudio.cpp
--- 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;