瀏覽代碼

do not apply storage attributes to member of struct

Mark K Cowan 3 年之前
父節點
當前提交
4ec1643bdb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/class/audio/audio_device.c

+ 1 - 1
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