fix redundant-decls warnings by usbd/usbh

This commit is contained in:
hathach
2022-06-24 22:22:52 +07:00
parent 1d6918ce41
commit 0042eccb3b
10 changed files with 16 additions and 21 deletions

View File

@@ -28,9 +28,9 @@
#if (CFG_TUD_ENABLED && CFG_TUD_MSC)
#include "device/dcd.h" // for faking dcd_event_xfer_complete
#include "device/usbd.h"
#include "device/usbd_pvt.h"
#include "device/dcd.h" // for faking dcd_event_xfer_complete
#include "msc_device.h"