diff options
Diffstat (limited to 'usrp/host/lib/legacy/db_dtt754.h')
-rw-r--r-- | usrp/host/lib/legacy/db_dtt754.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/legacy/db_dtt754.h b/usrp/host/lib/legacy/db_dtt754.h index 93b9164e9..0c104ac0c 100644 --- a/usrp/host/lib/legacy/db_dtt754.h +++ b/usrp/host/lib/legacy/db_dtt754.h @@ -42,7 +42,7 @@ public: bool is_quadrature(); bool spectrum_inverted(); - void set_bw(float bw); + bool set_bw(float bw); private: void _set_rfagc(float gain); |