Added call to XUD_ResetEndpoint to cause buffer to fall through into while(1) loop...
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user