summaryrefslogtreecommitdiff
path: root/examples/device/audio_test_multi_rate/src/tusb_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/audio_test_multi_rate/src/tusb_config.h')
-rw-r--r--examples/device/audio_test_multi_rate/src/tusb_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/device/audio_test_multi_rate/src/tusb_config.h b/examples/device/audio_test_multi_rate/src/tusb_config.h
index 49cebf9c4..78642f50f 100644
--- a/examples/device/audio_test_multi_rate/src/tusb_config.h
+++ b/examples/device/audio_test_multi_rate/src/tusb_config.h
@@ -122,8 +122,6 @@ extern "C" {
// Have a look into audio_device.h for all configurations
-#define CFG_TUD_AUDIO_FUNC_1_CTRL_BUF_SZ 64 // Size of control request buffer
-
#define CFG_TUD_AUDIO_ENABLE_EP_IN 1
#define CFG_TUD_AUDIO_FUNC_1_N_CHANNELS_TX 1 // Driver gets this info from the descriptors - we define it here to use it to setup the descriptors and to do calculations with it below - be aware: for different number of channels you need another descriptor!