From 1a6f08b0396f5985929a934921a33852203dbff4 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 20 Dec 2011 11:12:48 -0800 Subject: basic: minor fix for copy paste typo --- host/lib/usrp/dboard/db_basic_and_lf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp') 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("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("gains"); //phony property so this dir exists -- cgit v1.2.3