Browse Source

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

Wendal Chen 10 months ago
parent
commit
8a14001aa2
1 changed files with 3 additions and 0 deletions
  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