Added call to XUD_ResetEndpoint to cause buffer to fall through into while(1) loop...

This commit is contained in:
Sam Chesney
2014-02-18 18:00:54 +00:00
parent d98736a18d
commit d6809a4082

View File

@@ -181,7 +181,10 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud
xc_ptr p_inZeroBuff = array_to_xc_ptr(inZeroBuff);
#ifdef IAP
//XUD_ResetEndpoint(ep_iap_from_host, null);
XUD_ResetEndpoint(ep_iap_to_host, null);
#ifdef IAP_INT_EP
XUD_ResetEndpoint(ep_iap_to_host_int, null);
#endif
iap_send_reset(c_iap);
#endif