From c8454c9f6a63430783874a0304d284aedc39ada0 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Fri, 20 Jun 2014 18:33:29 -0700 Subject: Rectifying a great embarassement in UHD. %s/Mhz/MHz. --- host/lib/usrp/dboard/db_cbx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/dboard/db_cbx.cpp') diff --git a/host/lib/usrp/dboard/db_cbx.cpp b/host/lib/usrp/dboard/db_cbx.cpp index a64110fc7..db7f84932 100644 --- a/host/lib/usrp/dboard/db_cbx.cpp +++ b/host/lib/usrp/dboard/db_cbx.cpp @@ -44,7 +44,7 @@ sbx_xcvr::cbx::~cbx(void){ **********************************************************************/ double sbx_xcvr::cbx::set_lo_freq(dboard_iface::unit_t unit, double target_freq) { UHD_LOGV(often) << boost::format( - "CBX tune: target frequency %f Mhz" + "CBX tune: target frequency %f MHz" ) % (target_freq/1e6) << std::endl; /* @@ -223,7 +223,7 @@ double sbx_xcvr::cbx::set_lo_freq(dboard_iface::unit_t unit, double target_freq) //return the actual frequency UHD_LOGV(often) << boost::format( - "%s tune: actual frequency %f Mhz" + "%s tune: actual frequency %f MHz" ) % board_name.c_str() % (actual_freq/1e6) << std::endl; return actual_freq; } -- cgit v1.2.3