diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-04 10:26:00 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-04 10:26:00 -0800 |
commit | f2388c07ecff5a3488c6ef23852321df54292934 (patch) | |
tree | 92f6e1653765a40bdc95f18ed639ccf4f534c0fc /host/lib/usrp/usrp2 | |
parent | 1b2108274aeec3733f84c82bee885ab9a4da4c26 (diff) | |
download | uhd-f2388c07ecff5a3488c6ef23852321df54292934.tar.gz uhd-f2388c07ecff5a3488c6ef23852321df54292934.tar.bz2 uhd-f2388c07ecff5a3488c6ef23852321df54292934.zip |
usrp2: fw fix for hal_uart_getc_noblock return code
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index ed485023e..1af1db860 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 8 #define USRP2_FW_COMPAT_NUM 11 -#define USRP2_FW_VER_MINOR 0 +#define USRP2_FW_VER_MINOR 1 //used to differentiate control packets over data port #define USRP2_INVALID_VRT_HEADER 0 |