浏览代码

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

Wendal Chen 10 月之前
父节点
当前提交
8a14001aa2
共有 1 个文件被更改,包括 3 次插入0 次删除
  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