diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-09-13 23:21:41 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-09-13 23:21:41 +0000 |
commit | 4e7d048aeb80f95b19cebed9d76b79e6cbe64a9a (patch) | |
tree | 71eb3edd8fe57d5701ccf3aa7bf624a76e8d1ec9 /usrp/host/apps-inband/test_usrp_inband_cs.cc | |
parent | 6006b92a287fa5a23bcb7905f6f854d9c9dd4462 (diff) |
Merged r6329:6428 of features/inband-usb + distcheck fixes into trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6429 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/apps-inband/test_usrp_inband_cs.cc')
-rw-r--r-- | usrp/host/apps-inband/test_usrp_inband_cs.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp/host/apps-inband/test_usrp_inband_cs.cc b/usrp/host/apps-inband/test_usrp_inband_cs.cc index 1d70341fe5..560b81aebb 100644 --- a/usrp/host/apps-inband/test_usrp_inband_cs.cc +++ b/usrp/host/apps-inband/test_usrp_inband_cs.cc @@ -34,12 +34,12 @@ #include <mb_msg_accepter.h> #include <mb_class_registry.h> #include <pmt.h> -#include <ui_nco.h> #include <stdio.h> #include <string.h> #include <sys/time.h> #include <iostream> +#include <ui_nco.h> #include <symbols_usrp_server_cs.h> #include <symbols_usrp_channel.h> #include <symbols_usrp_low_level_cs.h> @@ -138,7 +138,7 @@ test_usrp_cs::test_usrp_cs(mb_runtime *runtime, const std::string &instance_name pmt_from_long(128)); pmt_dict_set(usrp_dict, - pmt_intern("interp-rx"), + pmt_intern("decim-rx"), pmt_from_long(16)); // Specify the RBF to use |