aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/AudioInput/AudioInput.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-04 03:03:48 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-04 03:03:48 +0000
commit4897ef8972d1cff73d39abf282e85d253dd119f2 (patch)
tree79aef362ae8917db2ab09e3a51b2f933264db956 /Demos/Device/AudioInput/AudioInput.c
parenta67bd74e3e8aad87dcee8cf0c0eaaccbe7d00552 (diff)
downloadlufa-4897ef8972d1cff73d39abf282e85d253dd119f2.tar.gz
lufa-4897ef8972d1cff73d39abf282e85d253dd119f2.tar.bz2
lufa-4897ef8972d1cff73d39abf282e85d253dd119f2.zip
Ensure all USB device class drivers have the same three main functions as their interface for consistency.
Diffstat (limited to 'Demos/Device/AudioInput/AudioInput.c')
-rw-r--r--Demos/Device/AudioInput/AudioInput.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/AudioInput/AudioInput.c b/Demos/Device/AudioInput/AudioInput.c
index 31b3159e0..93ffe0bf4 100644
--- a/Demos/Device/AudioInput/AudioInput.c
+++ b/Demos/Device/AudioInput/AudioInput.c
@@ -62,6 +62,7 @@ int main(void)
if (Microphone_Audio_Interface.InterfaceEnabled)
ProcessNextSample();
+ USB_Audio_USBTask(&Microphone_Audio_Interface);
USB_USBTask();
}
}