diff options
| author | hathach <[email protected]> | 2021-05-27 17:40:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-27 17:40:39 +0700 |
| commit | 9736e54734a85c03d9055c24414e23f112a67968 (patch) | |
| tree | cd4b2c5bdb9c91c45f56edd14e7c1ebd9a0679b1 /src/class/msc/msc_device.c | |
| parent | c7cecf28c8bd409c3032a11180333654c90020d4 (diff) | |
include clean up
Diffstat (limited to 'src/class/msc/msc_device.c')
| -rw-r--r-- | src/class/msc/msc_device.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/class/msc/msc_device.c b/src/class/msc/msc_device.c index 539941935..9b06b7a33 100644 --- a/src/class/msc/msc_device.c +++ b/src/class/msc/msc_device.c @@ -28,11 +28,12 @@ #if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_MSC) -#include "common/tusb_common.h" -#include "msc_device.h" +#include "device/usbd.h" #include "device/usbd_pvt.h" #include "device/dcd.h" // for faking dcd_event_xfer_complete +#include "msc_device.h" + //--------------------------------------------------------------------+ // MACRO CONSTANT TYPEDEF //--------------------------------------------------------------------+ |
