projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e5f754
)
Made keyer_straight() a private local function for iambic.c
author
c vw
<dl1ycf@darc.de>
Wed, 24 Feb 2021 16:06:57 +0000
(17:06 +0100)
committer
c vw
<dl1ycf@darc.de>
Wed, 24 Feb 2021 16:06:57 +0000
(17:06 +0100)
iambic.c
patch
|
blob
|
history
iambic.h
patch
|
blob
|
history
diff --git
a/iambic.c
b/iambic.c
index d6959f0ef6a191e476e2469f6e6b6b5984e9df91..dadc20adc07661dd6205558dc37aba751a965615 100644
(file)
--- a/
iambic.c
+++ b/
iambic.c
@@
-248,7
+248,7
@@
int gpio_cw_sidetone_enabled() { return 0; }
void gpio_cw_sidetone_set(int level) {}
#endif
-void keyer_straight_key(int state) {
+
static
void keyer_straight_key(int state) {
//
// Interface for simple key-down action e.g. from a MIDI message
//
diff --git
a/iambic.h
b/iambic.h
index 4d7c5f3d2263e21f62e601d97e7319745d803316..91fcd4341749967df328021f905058ab728fa916 100644
(file)
--- a/
iambic.h
+++ b/
iambic.h
@@
-14,7
+14,6
@@
enum {
EXITLOOP
};
-void keyer_straight_key(int state);
void keyer_event(int left, int state);
void keyer_update();
void keyer_close();