diff options
| author | Mark K Cowan <[email protected]> | 2022-10-20 22:45:58 +0300 |
|---|---|---|
| committer | Mark K Cowan <[email protected]> | 2022-10-20 22:46:21 +0300 |
| commit | 4ec1643bdbca34d0e6d575646ed556087bac5d6e (patch) | |
| tree | b223af7876d5eba70e2f4f8a5f9b5153a3f08385 /src | |
| parent | 111515a29cce668ea435904a397a1f0117114122 (diff) | |
do not apply storage attributes to member of struct
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 a021755ba..0eccf282d 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 - CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_ALIGN uint8_t ep_int_ctr_buf[CFG_TUD_AUDIO_INT_CTR_EP_IN_SW_BUFFER_SIZE]; + 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 |
