mbtools: add new package

Modbus tools based on libmodbus

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2015-09-11 18:07:51 +02:00
parent 26b636c00f
commit 4b5ff22223
2 changed files with 63 additions and 0 deletions
@@ -0,0 +1,10 @@
Index: mbtools-2014-10-29/tests/unit-test-server.c
===================================================================
--- mbtools-2014-10-29.orig/tests/unit-test-server.c
+++ mbtools-2014-10-29/tests/unit-test-server.c
@@ -117,4 +117,5 @@ int main(int argc, char *argv[])
}
printf("Quit the loop: %s\n", modbus_strerror(errno));
signal_handler(0);
+ return 0;
}