summaryrefslogtreecommitdiff
path: root/usrp/host
diff options
context:
space:
mode:
authorgnychis2009-01-17 04:42:26 +0000
committergnychis2009-01-17 04:42:26 +0000
commit349bad9cfdb7eacfb53d2551874ee1f1c74d8524 (patch)
treebeb90d92d091e3fbbfb62d3d0f9e66a3762bc5ee /usrp/host
parent3318308900dff9b1140a47b3e798ab5a14e9bae3 (diff)
downloadgnuradio-349bad9cfdb7eacfb53d2551874ee1f1c74d8524.tar.gz
gnuradio-349bad9cfdb7eacfb53d2551874ee1f1c74d8524.tar.bz2
gnuradio-349bad9cfdb7eacfb53d2551874ee1f1c74d8524.zip
seriously, sorry... tried to ctrl+c that but didnt get in time
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10249 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host')
-rw-r--r--usrp/host/lib/inband/Makefile.am12
-rw-r--r--usrp/host/lib/inband/usrp_usb_interface.cc2
2 files changed, 7 insertions, 7 deletions
diff --git a/usrp/host/lib/inband/Makefile.am b/usrp/host/lib/inband/Makefile.am
index b08ef01e3..ca9009f54 100644
--- a/usrp/host/lib/inband/Makefile.am
+++ b/usrp/host/lib/inband/Makefile.am
@@ -73,7 +73,12 @@ include_HEADERS = \
usrp_server.h \
usrp_tx.h \
usrp_tx_stub.h \
- usrp_usb_interface.h \
+ usrp_usb_interface.h
+
+noinst_HEADERS = \
+ qa_inband.h \
+ qa_inband_packet_prims.h \
+ qa_inband_usrp_server.h \
symbols_usrp_channel.h \
symbols_usrp_interface_cs.h \
symbols_usrp_low_level_cs.h \
@@ -83,11 +88,6 @@ include_HEADERS = \
symbols_usrp_tx.h \
symbols_usrp_tx_cs.h
-noinst_HEADERS = \
- qa_inband.h \
- qa_inband_packet_prims.h \
- qa_inband_usrp_server.h
-
# ------------------------------------------------------------------------
# Build the qa code in its own library
diff --git a/usrp/host/lib/inband/usrp_usb_interface.cc b/usrp/host/lib/inband/usrp_usb_interface.cc
index 0d324789f..cd77974c7 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_double(rf_freq);
+ d_rf_freq = pmt_to_long(rf_freq);
}
}