projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ensure all USB device class drivers have the same three main functions as their inter...
[pub/lufa.git]
/
Demos
/
Device
/
AudioInput
/
AudioInput.c
diff --git
a/Demos/Device/AudioInput/AudioInput.c
b/Demos/Device/AudioInput/AudioInput.c
index
31b3159
..
93ffe0b
100644
(file)
--- a/
Demos/Device/AudioInput/AudioInput.c
+++ b/
Demos/Device/AudioInput/AudioInput.c
@@
-62,6
+62,7
@@
int main(void)
if (Microphone_Audio_Interface.InterfaceEnabled)
\r
ProcessNextSample();
\r
\r
if (Microphone_Audio_Interface.InterfaceEnabled)
\r
ProcessNextSample();
\r
\r
+ USB_Audio_USBTask(&Microphone_Audio_Interface);
\r
USB_USBTask();
\r
}
\r
}
\r
USB_USBTask();
\r
}
\r
}
\r