diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/n230/n230_fw_host_iface.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)) // |