From 08de757811bb2a17d21a35ca08205b4ed64613ff Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 26 Oct 2010 06:52:09 +0000 Subject: Changed AudioInput and AudioOutput demos to reload the next sample via an interrupt rather than polling the sample timer. --- Demos/Device/LowLevel/AudioOutput/AudioOutput.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Demos/Device/LowLevel/AudioOutput/AudioOutput.h') diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.h b/Demos/Device/LowLevel/AudioOutput/AudioOutput.h index 7e224f23c..46540db0e 100644 --- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.h +++ b/Demos/Device/LowLevel/AudioOutput/AudioOutput.h @@ -63,7 +63,6 @@ /* Function Prototypes: */ void SetupHardware(void); - void USB_Audio_Task(void); void EVENT_USB_Device_Connect(void); void EVENT_USB_Device_Disconnect(void); -- cgit v1.2.3