From fa192356da72e3850ae28268b740a7cb733b4212 Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 4 Jun 2021 09:37:42 +0200 Subject: [PATCH] gpio.c: correction (removed definition of "controller" since this moved to radio.c) --- gpio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpio.c b/gpio.c index a7d3c9a..f0aff16 100644 --- a/gpio.c +++ b/gpio.c @@ -66,8 +66,6 @@ int settle_time=DEFAULT_SETTLE_TIME; static gint release_timer=-1; -int controller; - int I2C_INTERRUPT=16; // uses wiringpi pin numbers -- 2.45.2