summaryrefslogtreecommitdiff
path: root/examples/device/audio_test/src
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2025-09-28 23:20:32 +0200
committerMengsk <[email protected]>2025-09-30 15:51:50 +0200
commit289680a6b99e323b948187c62be3e942af2ebbdf (patch)
tree3775a42e3f04f778735b3e7c975a3a8434d7c05a /examples/device/audio_test/src
parent9637a2006bdfa77911cd274f0b9cff7de7ae54e9 (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.h1
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