diff options
| author | hathach <[email protected]> | 2026-04-29 15:01:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-04-29 15:01:16 +0700 |
| commit | f53a9ec9afee11dbbb57c4561ef3eeeb37e572a6 (patch) | |
| tree | ec061e7c6e53bb113fe25db58c3fa56d72b7d4e1 /examples/device/audio_test/src | |
| parent | d11543a72260c340836aff505104e27cfdc92ccb (diff) | |
| parent | 096977889641be99815e31a12ab352650520e971 (diff) | |
Merge branch 'master' into hil_hfp
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 |
