Fix audio interrupt endpoint type

Note, this has no functional change
This commit is contained in:
Ross Owen
2023-04-17 12:23:27 +01:00
committed by GitHub
parent 05dcb8f3ab
commit 6cee90d876

View File

@@ -228,7 +228,7 @@ XUD_EpType epTypeTableIn[ENDPOINT_COUNT_IN] = { XUD_EPTYPE_CTL | XUD_STATUS_ENAB
XUD_EPTYPE_ISO, /* Async feedback endpoint */ XUD_EPTYPE_ISO, /* Async feedback endpoint */
#endif #endif
#if (XUA_SPDIF_RX_EN || XUA_ADAT_RX_EN) #if (XUA_SPDIF_RX_EN || XUA_ADAT_RX_EN)
XUD_EPTYPE_BUL, XUD_EPTYPE_INT,
#endif #endif
#ifdef MIDI #ifdef MIDI
XUD_EPTYPE_BUL, XUD_EPTYPE_BUL,