浏览代码

Fix bad commit

Stéphane Raimbault 17 年之前
父节点
当前提交
ab9a9bc0ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test-master-random.c

+ 1 - 1
tests/test-master-random.c

@@ -63,7 +63,7 @@ int main(void)
         modbus_init_tcp(&mb_param, "192.168.0.100", MODBUS_TCP_DEFAULT_PORT);
         modbus_set_debug(&mb_param, TRUE);
 
-        modbus_connect(&mb_param);./configu
+        modbus_connect(&mb_param);
 
         /* Allocate and initialize the different memory spaces */
         tab_rq = (int *) malloc(FIELDS * sizeof(int));