瀏覽代碼

cherryusb:Add the missing header files for bsp/frdm-mcxa156.

rbb666 3 月之前
父節點
當前提交
258395a552
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      bsp/nxp/mcx/mcxa/frdm-mcxa156/board/ports/cherryusb/usb_config.h

+ 2 - 0
bsp/nxp/mcx/mcxa/frdm-mcxa156/board/ports/cherryusb/usb_config.h

@@ -10,6 +10,8 @@
 #ifndef CHERRYUSB_CONFIG_H
 #define CHERRYUSB_CONFIG_H
 
+#include <rtthread.h>
+
 /* ================ USB common Configuration ================ */
 
 #define CONFIG_USB_PRINTF(...) printf(__VA_ARGS__)