We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b1b383 + 815c2cc commit 28f49c0Copy full SHA for 28f49c0
src/class/audio/audio_device.c
@@ -341,7 +341,7 @@ typedef struct
341
342
// Audio control interrupt buffer - no FIFO - 6 Bytes according to UAC 2 specification (p. 74)
343
#if CFG_TUD_AUDIO_INT_CTR_EPSIZE_IN
344
- CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_ALIGN uint8_t ep_int_ctr_buf[CFG_TUD_AUDIO_INT_CTR_EP_IN_SW_BUFFER_SIZE];
+ CFG_TUSB_MEM_ALIGN uint8_t ep_int_ctr_buf[CFG_TUD_AUDIO_INT_CTR_EP_IN_SW_BUFFER_SIZE];
345
#endif
346
347
// Decoding parameters - parameters are set when alternate AS interface is set by host
0 commit comments