diff options
author | Josh Blum <josh@joshknows.com> | 2011-12-20 11:12:48 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-12-20 11:12:48 -0800 |
commit | 1a6f08b0396f5985929a934921a33852203dbff4 (patch) | |
tree | 587461bacd5a0463db2bebcae7a504ac3ca18076 /host/lib | |
parent | a9554d721c3b49525fcc645ae23e74e4cd092eb0 (diff) | |
download | uhd-1a6f08b0396f5985929a934921a33852203dbff4.tar.gz uhd-1a6f08b0396f5985929a934921a33852203dbff4.tar.bz2 uhd-1a6f08b0396f5985929a934921a33852203dbff4.zip |
basic: minor fix for copy paste typo
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/dboard/db_basic_and_lf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_basic_and_lf.cpp b/host/lib/usrp/dboard/db_basic_and_lf.cpp index 12b0e2ea1..fc42a73d5 100644 --- a/host/lib/usrp/dboard/db_basic_and_lf.cpp +++ b/host/lib/usrp/dboard/db_basic_and_lf.cpp @@ -159,7 +159,7 @@ basic_tx::basic_tx(ctor_args_t args, double max_freq) : tx_dboard_base(args){ //////////////////////////////////////////////////////////////////// this->get_tx_subtree()->create<std::string>("name").set( std::string(str(boost::format("%s - %s") - % get_rx_id().to_pp_string() + % get_tx_id().to_pp_string() % get_subdev_name() ))); this->get_tx_subtree()->create<int>("gains"); //phony property so this dir exists |