Sfoglia il codice sorgente

add:luaopen_tp声明

Dozingfiretruck 1 anno fa
parent
commit
02275a3f2b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      luat/include/luat_libs.h

+ 1 - 0
luat/include/luat_libs.h

@@ -83,6 +83,7 @@ LUAMOD_API int luaopen_lvgl( lua_State *L );
 LUAMOD_API int luaopen_ir( lua_State *L );
 
 LUAMOD_API int luaopen_lcd( lua_State *L );
+LUAMOD_API int luaopen_tp( lua_State *L );
 LUAMOD_API int luaopen_lwip( lua_State *L );
 
 LUAMOD_API int luaopen_wdt( lua_State *L );