summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-04-18 11:23:09 -0700
committerJosh Blum <josh@joshknows.com>2012-04-18 11:23:09 -0700
commit355101a1c91642694d9aab50d2e067ec3d6fbccd (patch)
tree6d266658af5a47c2d645f929e626ece7c3c1e94c /host/lib/usrp/usrp2
parent8af42ce3c4890bca7fad0cf453d5a9c73fe8a1bf (diff)
downloaduhd-355101a1c91642694d9aab50d2e067ec3d6fbccd.tar.gz
uhd-355101a1c91642694d9aab50d2e067ec3d6fbccd.tar.bz2
uhd-355101a1c91642694d9aab50d2e067ec3d6fbccd.zip
usrp2: updated fifo command with to 16 (1 short fifo)
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r--host/lib/usrp/usrp2/usrp2_fifo_ctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_fifo_ctrl.cpp b/host/lib/usrp/usrp2/usrp2_fifo_ctrl.cpp
index 0f652b294..78e691ae9 100644
--- a/host/lib/usrp/usrp2/usrp2_fifo_ctrl.cpp
+++ b/host/lib/usrp/usrp2/usrp2_fifo_ctrl.cpp
@@ -33,7 +33,7 @@ static const size_t POKE32_CMD = (1 << 8);
static const size_t PEEK32_CMD = 0;
static const double ACK_TIMEOUT = 0.5;
static const double MASSIVE_TIMEOUT = 10.0; //for when we wait on a timed command
-static const boost::uint32_t MAX_SEQS_OUT = 64;
+static const boost::uint32_t MAX_SEQS_OUT = 16;
#define SPI_DIV SR_SPI_CORE + 0
#define SPI_CTRL SR_SPI_CORE + 1