From bb777ac71e1f4d3554d742fd512ac5c68f1d76d0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 28 Sep 2011 16:35:19 -0700 Subject: usrp2: allow backwards compat with previous fw You only need the newer fw for uart streaming. This is needed only if you use an internal gpsdo. --- host/lib/usrp/usrp2/usrp2_iface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/lib/usrp/usrp2/usrp2_iface.cpp b/host/lib/usrp/usrp2/usrp2_iface.cpp index c1e92e7d4..64a1a7474 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.cpp +++ b/host/lib/usrp/usrp2/usrp2_iface.cpp @@ -44,7 +44,7 @@ static const boost::uint32_t MIN_PROTO_COMPAT_SPI = 7; static const boost::uint32_t MIN_PROTO_COMPAT_I2C = 7; // The register compat number must reflect the protocol compatibility // and the compatibility of the register mapping (more likely to change). -static const boost::uint32_t MIN_PROTO_COMPAT_REG = USRP2_FW_COMPAT_NUM; +static const boost::uint32_t MIN_PROTO_COMPAT_REG = 10; static const boost::uint32_t MIN_PROTO_COMPAT_UART = 7; //Define get_gpid() to get a globally unique identifier for this process. -- cgit v1.2.3