diff options
| author | HiFiPHile <[email protected]> | 2026-08-19 06:00:56 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-08-19 06:00:56 +0200 |
| commit | 5b4c7dcd2874389f2d7765682931345583c5e242 (patch) | |
| tree | a0e53646675fa5861b209d1498a283d9297dfddf /examples/device/audio_test/src/usb_descriptors.c | |
| parent | a333ccbc39a14984f07d85c7fd42bbcb01492a99 (diff) | |
| parent | 5c0e31cdabaf37f14e1f5e988a020abfc1000495 (diff) | |
Merge branch 'master' into merge_osmerge_os
Diffstat (limited to 'examples/device/audio_test/src/usb_descriptors.c')
| -rw-r--r-- | examples/device/audio_test/src/usb_descriptors.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/device/audio_test/src/usb_descriptors.c b/examples/device/audio_test/src/usb_descriptors.c index 8c25fc290..d16526116 100644 --- a/examples/device/audio_test/src/usb_descriptors.c +++ b/examples/device/audio_test/src/usb_descriptors.c @@ -92,6 +92,10 @@ enum // Only EP3 is available for ISO #define EPNUM_AUDIO 0x03 +#elif CFG_TUSB_MIMXRT1XXX_ERRATA_ERR050101 + // ERR050101 (see CFG_TUSB_MIMXRT1XXX_ERRATA_ERR050101): an isochronous IN endpoint needs a number + // no other device on the bus uses + #define EPNUM_AUDIO 0x07 #else #define EPNUM_AUDIO 0x01 #endif |
