UAC2: fix feedback EP buffer alignment.

This commit is contained in:
Mengsk 2023-03-21 07:58:39 +01:00
parent cbcf5d8c08
commit 42decd94e5
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ typedef struct
#if CFG_TUD_AUDIO_ENABLE_FEEDBACK_EP
struct {
uint32_t value; // Feedback value for asynchronous mode (in 16.16 format).
CFG_TUSB_MEM_ALIGN uint32_t value; // Feedback value for asynchronous mode (in 16.16 format).
uint32_t min_value; // min value according to UAC2 FMT-2.0 section 2.3.1.1.
uint32_t max_value; // max value according to UAC2 FMT-2.0 section 2.3.1.1.