Prechádzať zdrojové kódy

add: modbus,添加modbus库的注册函数声明

Wendal Chen 10 mesiacov pred
rodič
commit
8a14001aa2
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      luat/include/luat_libs.h

+ 3 - 0
luat/include/luat_libs.h

@@ -218,4 +218,7 @@ LUAMOD_API int luaopen_icmp( lua_State *L );
 // bluetooth
 LUAMOD_API int luaopen_bluetooth( lua_State *L );
 
+// modbus
+LUAMOD_API int luaopen_modbus( lua_State *L );
+
 #endif