commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10247 - gnuradio/branches/developers/gnychis/inband_d


From: gnychis
Subject: [Commit-gnuradio] r10247 - gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband
Date: Fri, 16 Jan 2009 21:36:28 -0700 (MST)

Author: gnychis
Date: 2009-01-16 21:36:28 -0700 (Fri, 16 Jan 2009)
New Revision: 10247

Modified:
   
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
Log:
frequency should be double, not long

Modified: 
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
       2009-01-17 04:10:35 UTC (rev 10246)
+++ 
gnuradio/branches/developers/gnychis/inband_dboard/usrp/host/lib/inband/usrp_usb_interface.cc
       2009-01-17 04:36:28 UTC (rev 10247)
@@ -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]