diff options
| author | HiFiPhile <[email protected]> | 2025-09-28 23:20:32 +0200 |
|---|---|---|
| committer | Mengsk <[email protected]> | 2025-09-30 15:51:50 +0200 |
| commit | 289680a6b99e323b948187c62be3e942af2ebbdf (patch) | |
| tree | 3775a42e3f04f778735b3e7c975a3a8434d7c05a /examples/device/audio_test/src | |
| parent | 9637a2006bdfa77911cd274f0b9cff7de7ae54e9 (diff) | |
Add basic UAC1 support
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'examples/device/audio_test/src')
| -rw-r--r-- | examples/device/audio_test/src/tusb_config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/device/audio_test/src/tusb_config.h b/examples/device/audio_test/src/tusb_config.h index 8a63cc521..9ef53e39d 100644 --- a/examples/device/audio_test/src/tusb_config.h +++ b/examples/device/audio_test/src/tusb_config.h @@ -108,7 +108,6 @@ extern "C" { // Have a look into audio_device.h for all configurations #define CFG_TUD_AUDIO_FUNC_1_SAMPLE_RATE 48000 -#define CFG_TUD_AUDIO_FUNC_1_DESC_LEN TUD_AUDIO20_MIC_ONE_CH_DESC_LEN #define CFG_TUD_AUDIO_FUNC_1_CTRL_BUF_SZ 64 // Size of control request buffer #define CFG_TUD_AUDIO_ENABLE_EP_IN 1 |
