diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2016-01-08 13:29:13 -0800 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2016-01-08 13:29:13 -0800 |
commit | b025e7ec71839da95c94784759de40482e7d77f1 (patch) | |
tree | b815eea43f94083578b2d3bec2a8857e6570b7e9 /firmware/usrp3/n230/n230_fw_host_iface.h | |
parent | 2326da0dd107e2a784771ff163e3b33be45300ea (diff) | |
download | uhd-b025e7ec71839da95c94784759de40482e7d77f1.tar.gz uhd-b025e7ec71839da95c94784759de40482e7d77f1.tar.bz2 uhd-b025e7ec71839da95c94784759de40482e7d77f1.zip |
n230: Added hardware compatibility version checks to UHD
Diffstat (limited to 'firmware/usrp3/n230/n230_fw_host_iface.h')
-rw-r--r-- | firmware/usrp3/n230/n230_fw_host_iface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/usrp3/n230/n230_fw_host_iface.h b/firmware/usrp3/n230/n230_fw_host_iface.h index 2d510bf1f..dc82df2fc 100644 --- a/firmware/usrp3/n230/n230_fw_host_iface.h +++ b/firmware/usrp3/n230/n230_fw_host_iface.h @@ -115,6 +115,10 @@ typedef struct // //-------------------------------------------------- +#define N230_HW_REVISION_COMPAT 1 +#define N230_HW_REVISION_MIN 1 + + #define N230_CLAIMER_TIMEOUT_IN_MS 2000 #ifdef __cplusplus |