diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2016-01-12 17:21:27 -0800 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2016-01-13 11:28:52 -0800 |
commit | 04147b2e53b83bb1428280f2eb5fa6e95ed7f5be (patch) | |
tree | 18f33232a0f2216428a1dc72206c7c8352c3ec0f /host/lib/usrp | |
parent | 6626df371768dc6737726d0467459ba792eb55a4 (diff) | |
download | uhd-04147b2e53b83bb1428280f2eb5fa6e95ed7f5be.tar.gz uhd-04147b2e53b83bb1428280f2eb5fa6e95ed7f5be.tar.bz2 uhd-04147b2e53b83bb1428280f2eb5fa6e95ed7f5be.zip |
n230: Bumped N230 firmware compat number to 32
Diffstat (limited to 'host/lib/usrp')
-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)) // |