diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-12 18:30:56 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-12 18:33:53 +0000 |
commit | d521bd1c28acf0ca159f8c84a8189bef11fdf65d (patch) | |
tree | 6abb6ebdb8be187ce58c3c0e749e9cce07f3fb6b /host/lib/usrp/usrp_e100/usrp_e100_impl.hpp | |
parent | d10f010ec3321e9033c275387cdf6b9f9a2e0f94 (diff) | |
download | uhd-d521bd1c28acf0ca159f8c84a8189bef11fdf65d.tar.gz uhd-d521bd1c28acf0ca159f8c84a8189bef11fdf65d.tar.bz2 uhd-d521bd1c28acf0ca159f8c84a8189bef11fdf65d.zip |
usrp-e100: added readbacks for time now and time pps
incremented fpga compat number
added slave 7 to regs map
removed old copy of regs map
Diffstat (limited to 'host/lib/usrp/usrp_e100/usrp_e100_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e100/usrp_e100_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp b/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp index de158ea5e..864e82099 100644 --- a/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp +++ b/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp @@ -30,7 +30,7 @@ #ifndef INCLUDED_USRP_E100_IMPL_HPP #define INCLUDED_USRP_E100_IMPL_HPP -static const boost::uint16_t USRP_E_COMPAT_NUM = 0x02; +static const boost::uint16_t USRP_E_COMPAT_NUM = 0x03; //! load an fpga image from a bin file into the usrp-e fpga extern void usrp_e100_load_fpga(const std::string &bin_file); |