From 43b31cbb44ba93553309bfed4ccbb5fa648beb47 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 18 Feb 2013 12:16:25 +0000 Subject: [PATCH] Reinstate iap_reset on SET_CONFIG --- module_usb_audio/endpoint0/endpoint0.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/endpoint0/endpoint0.xc b/module_usb_audio/endpoint0/endpoint0.xc index b546aef1..4e135d1b 100755 --- a/module_usb_audio/endpoint0/endpoint0.xc +++ b/module_usb_audio/endpoint0/endpoint0.xc @@ -653,7 +653,7 @@ void Endpoint0( chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl, #ifdef IAP { int iap_reset = 1; - //SET_SHARED_GLOBAL(g_iap_reset, iap_reset); + SET_SHARED_GLOBAL(g_iap_reset, iap_reset); } #endif /* No data stage for this request, just do status stage */