Skip to content

Commit 8710090

Browse files
committed
change(mscd_class): Added cbw and csw attributes
1 parent d393df0 commit 8710090

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/class/msc/msc_device.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ typedef struct
7171
}mscd_interface_t;
7272

7373
CFG_TUD_MEM_SECTION CFG_TUSB_MEM_ALIGN tu_static mscd_interface_t _mscd_itf;
74-
75-
CFG_TUD_MEM_SECTION msc_cbw_t _mscd_cbw;
76-
CFG_TUD_MEM_SECTION msc_csw_t _mscd_csw;
74+
CFG_TUD_MEM_SECTION CFG_TUSB_MEM_ALIGN tu_static msc_cbw_t _mscd_cbw;
75+
CFG_TUD_MEM_SECTION CFG_TUSB_MEM_ALIGN tu_static msc_csw_t _mscd_csw;
7776
CFG_TUD_MEM_SECTION CFG_TUSB_MEM_ALIGN tu_static uint8_t _mscd_buf[CFG_TUD_MSC_EP_BUFSIZE];
7877

7978
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)