forked from PAWPAW-Mirror/lib_xua
Resolve excess elements in array initializer warning when iAP interrupt EP is disabled
This commit is contained in:
@@ -194,7 +194,9 @@ XUD_EpType epTypeTableIn[EP_CNT_IN] = { XUD_EPTYPE_CTL | XUD_STATUS_ENABLE,
|
|||||||
#endif
|
#endif
|
||||||
#ifdef IAP
|
#ifdef IAP
|
||||||
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
|
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
|
||||||
|
#ifdef IAP_INT_EP
|
||||||
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
|
XUD_EPTYPE_BUL | XUD_STATUS_ENABLE,
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user