diff options
| author | HiFiPHile <[email protected]> | 2026-05-01 13:58:17 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-05-01 13:58:17 +0200 |
| commit | 5951d07ad9de9d05127348f110024ac08bf5e676 (patch) | |
| tree | 99041f629e5c5af07a5020be89b4bb2c3f617ee4 /examples/device/audio_test/src | |
| parent | 8db6084acac03acc1b98721f78d22587968ed5b2 (diff) | |
| parent | 939c2f91c200db2bf9874c2e6c50b3530f8a6725 (diff) | |
Merge remote-tracking branch 'origin/master' into ncm_packet_filter
Diffstat (limited to 'examples/device/audio_test/src')
| -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 ad161939e..37ebf84d3 100644 --- a/examples/device/audio_test/src/usb_descriptors.c +++ b/examples/device/audio_test/src/usb_descriptors.c @@ -91,6 +91,10 @@ enum // nRF5x ISO can only be endpoint 8 #define EPNUM_AUDIO 0x08 +#elif TU_CHECK_MCU(OPT_MCU_MAX32650, OPT_MCU_MAX32666, OPT_MCU_MAX32690, OPT_MCU_MAX78002) + // Put audio iso on EP>=8 so the 2048/4096-byte FIFOs can back double packet buffering + #define EPNUM_AUDIO 0x0A + #else #define EPNUM_AUDIO 0x01 #endif |
