Explorar el Código

fix: 修复wasm编译错误

Wendal Chen hace 3 años
padre
commit
2ce5f9d6d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      bsp/sysp/CMakeLists.txt

+ 1 - 0
bsp/sysp/CMakeLists.txt

@@ -60,6 +60,7 @@ add_library(luat ${TOPROOT}/luat/modules/luat_main.c
                  ${TOPROOT}/luat/modules/luat_lib_wdt.c
                  ${TOPROOT}/luat/modules/luat_lib_uart.c
                  ${TOPROOT}/luat/modules/luat_lib_sensor.c
+                 ${TOPROOT}/luat/modules/luat_irq.c
                  ${TOPROOT}/components/crypto/luat_crypto_mbedtls.c
                  ${TOPROOT}/luat/modules/crc.c
                  ${TOPROOT}/luat/vfs/luat_vfs.c