mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mbtools: add new package
Modbus tools based on libmodbus Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user