From 30735e6f0b8b204dda590df604e1e68741df33cb Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Thu, 11 Aug 2011 16:41:50 -0700 Subject: SBX: fix typo in freq range --- host/lib/usrp/dboard/db_sbx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp') diff --git a/host/lib/usrp/dboard/db_sbx.cpp b/host/lib/usrp/dboard/db_sbx.cpp index aa9556e77..40dbd286d 100644 --- a/host/lib/usrp/dboard/db_sbx.cpp +++ b/host/lib/usrp/dboard/db_sbx.cpp @@ -95,7 +95,7 @@ using namespace boost::assign; /*********************************************************************** * The SBX dboard constants **********************************************************************/ -static const freq_range_t sbx_freq_range(68.75e6, 4.4e9); +static const freq_range_t sbx_freq_range(400e6, 4.4e9); static const freq_range_t sbx_tx_lo_2dbm = list_of (range_t(0.35e9, 0.37e9)) -- cgit v1.2.3