diff options
| author | Nick Foster <nick@ettus.com> | 2011-08-11 16:41:50 -0700 | 
|---|---|---|
| committer | Nick Foster <nick@ettus.com> | 2011-08-11 16:41:50 -0700 | 
| commit | 30735e6f0b8b204dda590df604e1e68741df33cb (patch) | |
| tree | b50e70b4917371485d319b8262a3da8cd240b402 /host/lib | |
| parent | 064fcc6575c3c8d77a57ab9079885e64bee870f0 (diff) | |
| download | uhd-30735e6f0b8b204dda590df604e1e68741df33cb.tar.gz uhd-30735e6f0b8b204dda590df604e1e68741df33cb.tar.bz2 uhd-30735e6f0b8b204dda590df604e1e68741df33cb.zip | |
SBX: fix typo in freq range
Diffstat (limited to 'host/lib')
| -rw-r--r-- | host/lib/usrp/dboard/db_sbx.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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)) | 
