Resolve excess elements in array initializer warning when iAP interrupt EP is disabled

This commit is contained in:
Sam Chesney
2014-02-18 17:59:04 +00:00
parent 1338adf031
commit d98736a18d

View File

@@ -194,7 +194,9 @@ XUD_EpType epTypeTableIn[EP_CNT_IN] = { XUD_EPTYPE_CTL | XUD_STATUS_ENABLE,
#endif
#ifdef IAP
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
#ifdef IAP_INT_EP
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
#endif
#endif
};