commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10250 - gnuradio/trunk/usrp/host/lib/inband


From: gnychis
Subject: [Commit-gnuradio] r10250 - gnuradio/trunk/usrp/host/lib/inband
Date: Fri, 16 Jan 2009 21:46:35 -0700 (MST)

Author: gnychis
Date: 2009-01-16 21:46:33 -0700 (Fri, 16 Jan 2009)
New Revision: 10250

Modified:
   gnuradio/trunk/usrp/host/lib/inband/usrp_usb_interface.cc
Log:
merging from developer branch to fix manual frequency setting problem, for real 
this time

Modified: gnuradio/trunk/usrp/host/lib/inband/usrp_usb_interface.cc
===================================================================
--- gnuradio/trunk/usrp/host/lib/inband/usrp_usb_interface.cc   2009-01-17 
04:42:26 UTC (rev 10249)
+++ gnuradio/trunk/usrp/host/lib/inband/usrp_usb_interface.cc   2009-01-17 
04:46:33 UTC (rev 10250)
@@ -112,7 +112,7 @@
                                 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);
     }
   }
   





reply via email to

[Prev in Thread] Current Thread [Next in Thread]