Sfoglia il codice sorgente

fix: 修复wasm编译错误

Wendal Chen 3 anni fa
parent
commit
2ce5f9d6d0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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