From: gnychis Date: Sat, 17 Jan 2009 04:46:33 +0000 (+0000) Subject: merging from developer branch to fix manual frequency setting problem, for real this... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b83b1b405aea79115336485d608ba701873767d6;p=debian%2Fgnuradio merging from developer branch to fix manual frequency setting problem, for real this time git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10250 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp/host/lib/inband/usrp_usb_interface.cc b/usrp/host/lib/inband/usrp_usb_interface.cc index cd77974c..0d324789 100644 --- a/usrp/host/lib/inband/usrp_usb_interface.cc +++ b/usrp/host/lib/inband/usrp_usb_interface.cc @@ -112,7 +112,7 @@ usrp_usb_interface::usrp_usb_interface(mb_runtime *rt, const std::string &instan pmt_intern("rf-freq"), PMT_NIL)) { if(!pmt_eqv(rf_freq, PMT_NIL)) - d_rf_freq = pmt_to_long(rf_freq); + d_rf_freq = pmt_to_double(rf_freq); } }