]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
removed CW switches
authorc vw <dl1ycf@darc.de>
Tue, 20 Jul 2021 15:37:56 +0000 (17:37 +0200)
committerc vw <dl1ycf@darc.de>
Tue, 20 Jul 2021 15:37:56 +0000 (17:37 +0200)
gpio.h

diff --git a/gpio.h b/gpio.h
index bfdce8a4dd5aee54e9895eb28314105534531a30..2276f81ec38aead53c7ce518602aa9d659959de8 100644 (file)
--- 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];