projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da12985
)
no controller but using cw also gpio_init must be performed
author
pa3gsb
<pa3gsb@gmail.com>
Sat, 22 Feb 2020 13:11:13 +0000
(14:11 +0100)
committer
pa3gsb
<pa3gsb@gmail.com>
Sat, 22 Feb 2020 13:11:13 +0000
(14:11 +0100)
radio.c
patch
|
blob
|
history
diff --git
a/radio.c
b/radio.c
index c84779fed202c66a74f71711b96ac250d9a4bb11..8c08ee6c469ed574aad4461f71d4d429668f6333 100644
(file)
--- a/
radio.c
+++ b/
radio.c
@@
-1013,11
+1013,9
@@
void start_radio() {
#endif
#ifdef GPIO
- if(controller!=NO_CONTROLLER) {
if(gpio_init()<0) {
g_print("GPIO failed to initialize\n");
}
- }
#endif
#ifdef LOCALCW
// init local keyer if enabled