From: c vw Date: Tue, 20 Jul 2021 15:37:56 +0000 (+0200) Subject: removed CW switches X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/biz/offer/...?a=commitdiff_plain;h=466d75cb555d9c0d14a44b43487c3c7f8c83dc88;p=pihpsdr.git removed CW switches --- 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];