mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
UAC2: fix feedback EP buffer alignment.
This commit is contained in:
parent
cbcf5d8c08
commit
42decd94e5
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user