Bläddra i källkod

update(core/usbd_core): include dcache & osal header

Signed-off-by: sakumisu <1203593632@qq.com>
sakumisu 7 månader sedan
förälder
incheckning
a8bf2687bd
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      core/usbd_core.h

+ 2 - 0
core/usbd_core.h

@@ -22,7 +22,9 @@ extern "C" {
 #include "usb_list.h"
 #include "usb_log.h"
 #include "usb_dc.h"
+#include "usb_osal.h"
 #include "usb_memcpy.h"
+#include "usb_dcache.h"
 #include "usb_version.h"
 
 enum usbd_event_type {