projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7729b
)
removed CW switches
author
c vw
<dl1ycf@darc.de>
Tue, 20 Jul 2021 15:37:56 +0000
(17:37 +0200)
committer
c vw
<dl1ycf@darc.de>
Tue, 20 Jul 2021 15:37:56 +0000
(17:37 +0200)
gpio.h
patch
|
blob
|
history
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];