aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Tsou <tom.tsou@ettus.com>2016-10-18 11:23:22 -0700
committerTom Tsou <tom.tsou@ettus.com>2016-10-18 11:30:09 -0700
commit43242efc859932efd956fc82db7b3c52d0ba8f5b (patch)
tree81b2cc1a469f5cfdbece4d7cdb22ecdc0990885e
parent76b98cf236412c3e4ea68a6a16f482d41c9c4198 (diff)
uhd: Add missing B200 sample timing for 4 SPS receive
Only B210 timing was previously set in the timing table. Change-Id: Idc8d1be8201ad086c57dd9b3d6d72d277306cd2b
-rw-r--r--Transceiver52M/UHDDevice.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Transceiver52M/UHDDevice.cpp b/Transceiver52M/UHDDevice.cpp
index 89ca2a3..47fa0bf 100644
--- a/Transceiver52M/UHDDevice.cpp
+++ b/Transceiver52M/UHDDevice.cpp
@@ -125,7 +125,8 @@ static struct uhd_dev_offset uhd_offsets[] = {
{ UMTRX, 1, 1, 9.9692e-5, "UmTRX 1 SPS" },
{ UMTRX, 4, 1, 7.3846e-5, "UmTRX 4/1 Tx/Rx SPS" },
{ USRP2, 4, 4, 4.6080e-5, "N2XX 4 SPS" },
- { B210, 4, 4, B2XX_TIMING_4_4SPS, "B200/B210 4 SPS" },
+ { B200, 4, 4, B2XX_TIMING_4_4SPS, "B200 4 SPS" },
+ { B210, 4, 4, B2XX_TIMING_4_4SPS, "B210 4 SPS" },
{ UMTRX, 4, 4, 5.1503e-5, "UmTRX 4 SPS" },
{ LIMESDR, 4, 4, 16.5/GSMRATE, "STREAM/LimeSDR (4 SPS TX/RX)" },
};