From 1ac47398feca6a3093bcec92cbeb603eb81350dd Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 15 Feb 2018 23:05:54 +0100 Subject: mg: Fixed typo in set_rx_bandwidth() --- host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/dboard/magnesium') diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp index ebb350f4a..b15f1250b 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.cpp @@ -387,7 +387,8 @@ double magnesium_radio_ctrl_impl::set_rx_bandwidth( // FIXME: setting analog bandwidth on AD9371 take no effect. // Remove this warning when ADI can confirm that it works. UHD_LOG_WARNING(unique_id(), - "set_tx_bandwidth take no effect on AD9371. Default analog bandwidth is 100MHz"); + "set_rx_bandwidth take no effect on AD9371. " + "Default analog bandwidth is 100MHz"); return AD9371_RX_MAX_BANDWIDTH; } @@ -400,7 +401,8 @@ double magnesium_radio_ctrl_impl::set_tx_bandwidth( // FIXME: setting analog bandwidth on AD9371 take no effect. // Remove this warning when ADI can confirm that it works. UHD_LOG_WARNING(unique_id(), - "set_tx_bandwidth take no effect on AD9371. Default analog bandwidth is 100MHz"); + "set_tx_bandwidth take no effect on AD9371. " + "Default analog bandwidth is 100MHz"); return AD9371_TX_MAX_BANDWIDTH ; } -- cgit v1.2.3