diff options
| author | hathach <[email protected]> | 2019-09-01 16:44:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-01 16:44:40 +0700 |
| commit | aeea6754af258bafa138f6bff894ee2b617c9f13 (patch) | |
| tree | b4f3e03c1d00fdf19a45aba44a4375d936aa120d /src/class/msc | |
| parent | 30678099577f60aa36c9ab40f7eacd9fbf844873 (diff) | |
rename lpc_usbd to lpc_ip3511
Diffstat (limited to 'src/class/msc')
| -rw-r--r-- | src/class/msc/msc_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/class/msc/msc_device.c b/src/class/msc/msc_device.c index 2ec8962ae..a77282ed5 100644 --- a/src/class/msc/msc_device.c +++ b/src/class/msc/msc_device.c @@ -44,6 +44,7 @@ enum typedef struct
{
+ // TODO optimize alignment
CFG_TUSB_MEM_ALIGN msc_cbw_t cbw;
CFG_TUSB_MEM_ALIGN msc_csw_t csw;
|
