projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c5468
)
remove debug print
add-nb-config-menu
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Tue, 16 Aug 2022 17:56:14 +0000
(23:26 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Tue, 16 Aug 2022 17:56:14 +0000
(23:26 +0530)
nb_menu.c
patch
|
blob
|
history
diff --git
a/nb_menu.c
b/nb_menu.c
index ee7de742a78d19d16ca562e0baad915cec23def8..283d87139e8e63c28cdc0138e57525d10c3a923a 100644
(file)
--- a/
nb_menu.c
+++ b/
nb_menu.c
@@
-39,13
+39,10
@@
double nb_transition_time = 0.0001;
double nb_threshold_value = 20.0;
void nb_changed() {
- // XXX call NB api to set the changed values.
SetEXTANBHangtime(0, nb_lag_time);
SetEXTANBAdvtime(0, nb_lead_time);
SetEXTANBTau(0, nb_transition_time);
SetEXTANBThreshold(0, nb_threshold_value);
-
- fprintf(stderr, "NB values set\n");
}
static void cleanup() {