diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-04 22:33:57 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-04 22:33:57 +0000 |
commit | 6a055d58464524d68880eecd9de49e68660c013d (patch) | |
tree | 3066218a56bf97814c88438f3b3eb835a655f9e6 | |
parent | a5b894ac9c583066da6fbd144b85d24f0ed58568 (diff) | |
download | verteco-6a055d58464524d68880eecd9de49e68660c013d.tar.gz |
Remove unused #define statements
-rw-r--r-- | src/modbuslog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modbuslog.c b/src/modbuslog.c index 1e849bb..ece8aca 100644 --- a/src/modbuslog.c +++ b/src/modbuslog.c @@ -38,9 +38,6 @@ #include <net/if.h> #include <string.h> -#define SLAVE_ID 1 -#define START_ADDRESS 0 -#define NUMBER_REGISTERS 14 // handle SIGALRM by resetting it |