diff options
| author | Ha Thach <[email protected]> | 2020-08-11 21:59:27 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-11 21:59:27 +0700 |
| commit | a65a0a7996f7ff4cdd50b8d229fb8f9ea01695d1 (patch) | |
| tree | b67244740844f0629b91e099db345da527f0afc9 /src/class/msc | |
| parent | c682c30fa6a99a91d02496de39a752b5c96a4634 (diff) | |
| parent | a9d362185b5985062ce3f1a618a67938d9c9d5f7 (diff) | |
Merge pull request #385 from hathach/add-app-driver
support class drivers implemented by application
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 9b79b68a7..f3f2e536e 100644 --- a/src/class/msc/msc_device.c +++ b/src/class/msc/msc_device.c @@ -31,6 +31,7 @@ #include "common/tusb_common.h" #include "msc_device.h" #include "device/usbd_pvt.h" +#include "device/dcd.h" // for faking dcd_event_xfer_complete //--------------------------------------------------------------------+ // MACRO CONSTANT TYPEDEF |
