From 466d75cb555d9c0d14a44b43487c3c7f8c83dc88 Mon Sep 17 00:00:00 2001 From: c vw Date: Tue, 20 Jul 2021 17:37:56 +0200 Subject: [PATCH] removed CW switches --- gpio.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gpio.h b/gpio.h index bfdce8a..2276f81 100644 --- a/gpio.h +++ b/gpio.h @@ -60,9 +60,6 @@ typedef struct _switch { gulong switch_debounce; } SWITCH; -#ifdef LOCALCW -extern SWITCH switches_cw[3]; -#endif extern SWITCH switches_no_controller[MAX_SWITCHES]; extern SWITCH switches_controller1[MAX_FUNCTIONS][MAX_SWITCHES]; extern SWITCH switches_controller2_v1[MAX_SWITCHES]; -- 2.45.2