From 49d4f8e479534d856a242c2271d1b930487aea6c Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Thu, 7 Jun 2012 14:00:36 -0700
Subject: usrp2: fix fw bug for spi transact (order of operations)

---
 host/lib/usrp/usrp2/fw_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'host')

diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h
index acd5d1f3a..8fb8a0865 100644
--- a/host/lib/usrp/usrp2/fw_common.h
+++ b/host/lib/usrp/usrp2/fw_common.h
@@ -32,7 +32,7 @@ extern "C" {
 //fpga and firmware compatibility numbers
 #define USRP2_FPGA_COMPAT_NUM 10
 #define USRP2_FW_COMPAT_NUM 12
-#define USRP2_FW_VER_MINOR 2
+#define USRP2_FW_VER_MINOR 3
 
 //used to differentiate control packets over data port
 #define USRP2_INVALID_VRT_HEADER 0
-- 
cgit v1.2.3