Просмотр исходного кода

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

rbb666 2 месяцев назад
Родитель
Сommit
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__)