From 04147b2e53b83bb1428280f2eb5fa6e95ed7f5be Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Tue, 12 Jan 2016 17:21:27 -0800 Subject: n230: Bumped N230 firmware compat number to 32 --- host/lib/usrp/n230/n230_fw_host_iface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp') diff --git a/host/lib/usrp/n230/n230_fw_host_iface.h b/host/lib/usrp/n230/n230_fw_host_iface.h index dc82df2fc..0391af0d9 100644 --- a/host/lib/usrp/n230/n230_fw_host_iface.h +++ b/host/lib/usrp/n230/n230_fw_host_iface.h @@ -79,7 +79,7 @@ typedef union } n230_host_shared_mem_t; #define N230_FW_PRODUCT_ID 1 -#define N230_FW_COMPAT_NUM_MAJOR 3 +#define N230_FW_COMPAT_NUM_MAJOR 32 #define N230_FW_COMPAT_NUM_MINOR 0 #define N230_FW_COMPAT_NUM (((N230_FW_COMPAT_NUM_MAJOR & 0xFF) << 16) | (N230_FW_COMPAT_NUM_MINOR & 0xFFFF)) // -- cgit v1.2.3