summaryrefslogtreecommitdiff
path: root/usrp/host/lib/legacy/db_dtt754.cc
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/lib/legacy/db_dtt754.cc')
-rw-r--r--usrp/host/lib/legacy/db_dtt754.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/usrp/host/lib/legacy/db_dtt754.cc b/usrp/host/lib/legacy/db_dtt754.cc
index 39f8c3f9e..4a6a1a29b 100644
--- a/usrp/host/lib/legacy/db_dtt754.cc
+++ b/usrp/host/lib/legacy/db_dtt754.cc
@@ -266,7 +266,7 @@ db_dtt754::spectrum_inverted()
return d_inverted;
}
-void
+bool
db_dtt754::set_bw(float bw)
{
/*
@@ -275,6 +275,8 @@ db_dtt754::set_bw(float bw)
d_bw = bw;
set_freq(d_freq);
+
+ return true; // FIXME: propagate set_freq result
}
void