From 34640a49d464f5e286009888a5296a641bbc334d Mon Sep 17 00:00:00 2001 From: Sam Chesney Date: Mon, 10 Feb 2014 11:25:14 +0000 Subject: [PATCH] DEBUG: print length of iAP data following XUD_SetReady_In() --- module_usb_audio/usb_buffer/usb_buffer.xc | 1 + 1 file changed, 1 insertion(+) diff --git a/module_usb_audio/usb_buffer/usb_buffer.xc b/module_usb_audio/usb_buffer/usb_buffer.xc index 68cc2a33..e91eef12 100644 --- a/module_usb_audio/usb_buffer/usb_buffer.xc +++ b/module_usb_audio/usb_buffer/usb_buffer.xc @@ -702,6 +702,7 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud { XUD_SetReady_In(ep_iap_to_host_int, gc_zero_buffer, 0); XUD_SetReady_In(ep_iap_to_host, iap_to_host_buffer, iap_data_collected_from_device); + printintln(iap_data_collected_from_device); iap_data_collected_from_device = 0; iap_expected_data_length = 0; }