Reinstate iap_reset on SET_CONFIG

This commit is contained in:
Ross Owen
2013-02-18 12:16:25 +00:00
parent f9b03d3c5f
commit 43b31cbb44

View File

@@ -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 */