diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-27 13:10:48 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-27 13:10:48 -0700 |
commit | fa7704be20005a705efdc96aa785d80911638107 (patch) | |
tree | c19fcf6e272468389371f116578f770278eac44d /host/lib/usrp/usrp_e/usrp_e_regs.hpp | |
parent | 9585a0b6fd88efd2a8bd43c8b034ae21264b9fc4 (diff) | |
download | uhd-fa7704be20005a705efdc96aa785d80911638107.tar.gz uhd-fa7704be20005a705efdc96aa785d80911638107.tar.bz2 uhd-fa7704be20005a705efdc96aa785d80911638107.zip |
usrp-e: implemented fpga loading and compat checking
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_regs.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_regs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_regs.hpp b/host/lib/usrp/usrp_e/usrp_e_regs.hpp index a4f42093e..f74358f00 100644 --- a/host/lib/usrp/usrp_e/usrp_e_regs.hpp +++ b/host/lib/usrp/usrp_e/usrp_e_regs.hpp @@ -30,7 +30,7 @@ #define UE_REG_MISC_CGEN_ST UE_REG_MISC_BASE + 6 #define UE_REG_MISC_TEST UE_REG_MISC_BASE + 8 #define UE_REG_MISC_RX_LEN UE_REG_MISC_BASE + 10 -#define UE_REG_MISC_TX_LEN UE_REG_MISC_BASE + 12 +#define UE_REG_MISC_COMPAT UE_REG_MISC_BASE + 12 ///////////////////////////////////////////////////// // Slave 1 -- UART |