summaryrefslogtreecommitdiffstats
path: root/keypad.c
diff options
context:
space:
mode:
authorJames <31272717+gpd-pocket-hacker@users.noreply.github.com>2020-10-31 18:25:41 +0000
committerJames <31272717+gpd-pocket-hacker@users.noreply.github.com>2020-10-31 19:32:32 +0000
commitc3606b0b60e37f5af9e7b71a9e19c3f8097b4a61 (patch)
tree9866aac3d1c354fb6f042d640b4fa470ee8809d3 /keypad.c
parent232cf21c35c79458969fd661d18ca779c5418c2e (diff)
downloadgalaxy_tools-c3606b0b60e37f5af9e7b71a9e19c3f8097b4a61.tar.gz
galaxy_tools-c3606b0b60e37f5af9e7b71a9e19c3f8097b4a61.tar.bz2
galaxy_tools-c3606b0b60e37f5af9e7b71a9e19c3f8097b4a61.zip
split out rx and add syslog support
Diffstat (limited to 'keypad.c')
-rw-r--r--keypad.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/keypad.c b/keypad.c
index 78c67a2..847eccd 100644
--- a/keypad.c
+++ b/keypad.c
@@ -644,7 +644,6 @@ int gd_keypad (int fd, const char *dfn, int debug)
}
}
-
if (gd_init (fd)) {
printf ("Failed to init comms with panel\n");
return -1;