]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
set defaults to use no controller
authorRamakrishnan Muthukrishnan <ram@leastauthority.com>
Thu, 24 Feb 2022 03:57:53 +0000 (09:27 +0530)
committerRamakrishnan Muthukrishnan <ram@leastauthority.com>
Thu, 24 Feb 2022 03:57:53 +0000 (09:27 +0530)
discovery.c

index 6fcf6e0604fde7870c636316c75327652ce9fc3d..eadc5ccd60a459745aaaa8e9a3a51bebb2505aa6 100644 (file)
@@ -563,7 +563,7 @@ fprintf(stderr,"%p Protocol=%d name=%s\n",d,d->protocol,d->name);
 #endif
 
 #ifdef GPIO
-    controller=CONTROLLER2_V2;
+    controller=NO_CONTROLLER;
     gpio_set_defaults(controller);
     gpio_restore_state();