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
/* Check to see if the bank is now empty */\r
if (!(Endpoint_ReadWriteAllowed()))\r
{\r
- /* Acknowedge the packet, clear the bank ready for the next packet */\r
+ /* Acknowledge the packet, clear the bank ready for the next packet */\r
Endpoint_ClearCurrentBank();\r
}\r
\r