Tidied up iAP reset

This commit is contained in:
Ross Owen
2013-03-08 14:56:29 +00:00
parent 5199f00733
commit 5cf3d6c45a
2 changed files with 18 additions and 32 deletions

View File

@@ -141,7 +141,7 @@ XUD_EpType epTypeTableOut[EP_CNT_OUT] = { XUD_EPTYPE_CTL | XUD_STATUS_ENABLE,
XUD_EPTYPE_BUL /* MIDI */
#endif
#ifdef IAP
XUD_EPTYPE_BUL /* iAP */
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE /* iAP */
#endif
};