diff options
| author | hathach <[email protected]> | 2022-06-24 22:22:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-24 22:52:11 +0700 |
| commit | 0042eccb3b2ff0f980f3a927a271364a2089ada5 (patch) | |
| tree | f1c970e2554ee084b17483921b6a8c9a5bbf0c7e /src/device/usbd_control.c | |
| parent | 1d6918ce419b7df13def76759ba804c46ea8024c (diff) | |
fix redundant-decls warnings by usbd/usbh
Diffstat (limited to 'src/device/usbd_control.c')
| -rw-r--r-- | src/device/usbd_control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd_control.c b/src/device/usbd_control.c index 94a952df7..0995ef669 100644 --- a/src/device/usbd_control.c +++ b/src/device/usbd_control.c @@ -28,9 +28,9 @@ #if CFG_TUD_ENABLED +#include "dcd.h" #include "tusb.h" #include "device/usbd_pvt.h" -#include "dcd.h" #if CFG_TUSB_DEBUG >= 2 extern void usbd_driver_print_control_complete_name(usbd_control_xfer_cb_t callback); |
