diff options
| author | Reinhard Panhuber <[email protected]> | 2021-01-19 17:10:08 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-01-19 17:10:08 +0100 |
| commit | 93ec6f3735b30193f368458cf10d1af6c833c230 (patch) | |
| tree | a46991237590db372adb932fefd9fede16a6a575 /src/device | |
| parent | 56edc2b2618e542b73c284a3116cf88fd70303e2 (diff) | |
Adjust #include "dcd.h" to "device/dcd.h", the same for usbd.h in usbd.c
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index c2b5b65d1..4e18df757 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -29,9 +29,9 @@ #if TUSB_OPT_DEVICE_ENABLED #include "tusb.h" -#include "usbd.h" +#include "device/usbd.h" #include "device/usbd_pvt.h" -#include "dcd.h" +#include "device/dcd.h" #ifndef CFG_TUD_TASK_QUEUE_SZ #define CFG_TUD_TASK_QUEUE_SZ 16 |
