Browse Source

fix: mcu_air101没引入wm_internal_flash.h

Wendal Chen 3 years ago
parent
commit
0b18a4804e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/port/luat_mcu_air101.c

+ 1 - 0
app/port/luat_mcu_air101.c

@@ -3,6 +3,7 @@
 
 #include "wm_include.h"
 #include "wm_cpu.h"
+#include "wm_internal_flash.h"
 
 #include "FreeRTOS.h"
 #include "task.h"