* Main source file for the Audio Input demo. This file contains the main tasks of the demo and\r
* is responsible for the initial application hardware configuration.\r
*/\r
- \r
-/* --- Project Configuration --- */\r
-//#define MICROPHONE_BIASED_TO_HALF_RAIL\r
-/* --- --- --- --- --- --- --- --- */\r
\r
#include "AudioInput.h"\r
\r
Scheduler_SetTaskMode(USB_Audio_Task, TASK_STOP); \r
}\r
\r
- /* Handshake the request */\r
+ /* Acknowledge status stage */\r
+ while (!(Endpoint_IsSetupINReady()));\r
Endpoint_ClearSetupIN();\r
}\r
\r