From c3606b0b60e37f5af9e7b71a9e19c3f8097b4a61 Mon Sep 17 00:00:00 2001 From: James <31272717+gpd-pocket-hacker@users.noreply.github.com> Date: Sat, 31 Oct 2020 18:25:41 +0000 Subject: split out rx and add syslog support --- keypad.c | 1 - 1 file changed, 1 deletion(-) (limited to 'keypad.c') 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; -- cgit v1.2.3