diff options
| author | HiFiPhile <[email protected]> | 2025-10-05 01:11:29 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-10-05 01:13:36 +0200 |
| commit | 6acf49e4c2ce63a7a44a66b0dc499a96da1e49fd (patch) | |
| tree | 6610debc384e7f943902b39d955f86d0f2ff5535 /examples/device/uac2_headset/src | |
| parent | 3c33aff4a6e511922dd459e2b68b31c969d58fe0 (diff) | |
Use one control buffer as EP0 has no concurrency
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'examples/device/uac2_headset/src')
| -rw-r--r-- | examples/device/uac2_headset/src/tusb_config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/device/uac2_headset/src/tusb_config.h b/examples/device/uac2_headset/src/tusb_config.h index 339fb81a6..c7f1122b2 100644 --- a/examples/device/uac2_headset/src/tusb_config.h +++ b/examples/device/uac2_headset/src/tusb_config.h @@ -164,9 +164,6 @@ extern "C" { // Example read FIFO every 1ms (8 HS frames), so buffer size should be 8 times larger for HS device #define CFG_TUD_AUDIO_FUNC_1_EP_OUT_SW_BUF_SZ TU_MAX(4 * CFG_TUD_AUDIO10_FUNC_1_FORMAT_1_EP_SZ_OUT, TU_MAX(32 * CFG_TUD_AUDIO20_FUNC_1_FORMAT_1_EP_SZ_OUT, 32 * CFG_TUD_AUDIO20_FUNC_1_FORMAT_2_EP_SZ_OUT)) -// Size of control request buffer -#define CFG_TUD_AUDIO_FUNC_1_CTRL_BUF_SZ 64 - #ifdef __cplusplus } #endif |
