diff options
| author | Mark K Cowan <[email protected]> | 2022-10-24 20:36:45 +0300 |
|---|---|---|
| committer | Mark K Cowan <[email protected]> | 2022-10-24 20:36:45 +0300 |
| commit | 815c2cc9959cc9a127d4ff64f65743d4ac8713ce (patch) | |
| tree | 4dd96013bd782b8470caf3119df2a71bd6023e7b /src | |
| parent | 4ec1643bdbca34d0e6d575646ed556087bac5d6e (diff) | |
keep alignment spec
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/audio/audio_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/audio/audio_device.c b/src/class/audio/audio_device.c index 0eccf282d..2b22834b6 100644 --- a/src/class/audio/audio_device.c +++ b/src/class/audio/audio_device.c @@ -341,7 +341,7 @@ typedef struct // Audio control interrupt buffer - no FIFO - 6 Bytes according to UAC 2 specification (p. 74) #if CFG_TUD_AUDIO_INT_CTR_EPSIZE_IN - 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]; #endif // Decoding parameters - parameters are set when alternate AS interface is set by host |
