aboutsummaryrefslogtreecommitdiffstats
path: root/src/modbuslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modbuslog.c')
-rw-r--r--src/modbuslog.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/modbuslog.c b/src/modbuslog.c
index fd1f00d..198015f 100644
--- a/src/modbuslog.c
+++ b/src/modbuslog.c
@@ -46,8 +46,7 @@ void minute_check(int signum) {
}
// get mac address of primary interface eth0
-char *
-mac_address() {
+char *mac_address() {
int s;
struct ifreq ifr;
@@ -206,8 +205,7 @@ int main(int argc, char *argv[]) {
modbus_set_slave(ctx, slaveid);
modbus_set_debug(ctx, DEBUG);
- if (ctx == NULL)
- {
+ if (ctx == NULL) {
syslog(LOG_ERR, "Unable to create libmodbus object");
}
@@ -366,7 +364,6 @@ int main(int argc, char *argv[]) {
//return 0;
}
-
//printf("%d ", slaveid);
}
//printf("%d\n", unixtime_min);