Skip to content

Commit d393df0

Browse files
committed
change(mscd_class): Removed unused cbw and csw members
1 parent 064c271 commit d393df0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/class/msc/msc_device.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ enum
5555

5656
typedef struct
5757
{
58-
// TODO optimize alignment
59-
CFG_TUSB_MEM_ALIGN msc_cbw_t cbw;
60-
CFG_TUSB_MEM_ALIGN msc_csw_t csw;
61-
6258
uint8_t itf_num;
6359
uint8_t ep_in;
6460
uint8_t ep_out;

0 commit comments

Comments
 (0)