diff options
Diffstat (limited to 'usrp/host/apps-inband/test_usrp_inband_tx.cc')
-rw-r--r-- | usrp/host/apps-inband/test_usrp_inband_tx.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usrp/host/apps-inband/test_usrp_inband_tx.cc b/usrp/host/apps-inband/test_usrp_inband_tx.cc index 7ce38c2e4..9f294e770 100644 --- a/usrp/host/apps-inband/test_usrp_inband_tx.cc +++ b/usrp/host/apps-inband/test_usrp_inband_tx.cc @@ -124,9 +124,10 @@ test_usrp_tx::test_usrp_tx(mb_runtime *runtime, const std::string &instance_name pmt_intern("interp-tx"), pmt_from_long(64)); - pmt_dict_set(usrp_dict, - pmt_intern("rf-freq"), - pmt_from_long(10e6)); +// If unspecified, chooses center frequency from range +// pmt_dict_set(usrp_dict, +// pmt_intern("rf-freq"), +// pmt_from_long(10e6)); define_component("server", "usrp_server", usrp_dict); |