]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
no controller but using cw also gpio_init must be performed
authorpa3gsb <pa3gsb@gmail.com>
Sat, 22 Feb 2020 13:11:13 +0000 (14:11 +0100)
committerpa3gsb <pa3gsb@gmail.com>
Sat, 22 Feb 2020 13:11:13 +0000 (14:11 +0100)
radio.c

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