projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf8f42
)
set defaults to use no controller
author
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Thu, 24 Feb 2022 03:57:53 +0000
(09:27 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Thu, 24 Feb 2022 03:57:53 +0000
(09:27 +0530)
discovery.c
patch
|
blob
|
history
diff --git
a/discovery.c
b/discovery.c
index 6fcf6e0604fde7870c636316c75327652ce9fc3d..eadc5ccd60a459745aaaa8e9a3a51bebb2505aa6 100644
(file)
--- a/
discovery.c
+++ b/
discovery.c
@@
-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();