diff options
author | Josh Blum <josh@joshknows.com> | 2013-07-01 12:48:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-07-01 12:48:56 -0700 |
commit | ead07058f1d6f24ed390081df83044099b171a85 (patch) | |
tree | f9e8ddfb27bd6100bbef852a901fe20af40bdd2c /host/lib | |
parent | 8f4000ff683d62baf7e3477004219d2d87601d6a (diff) | |
parent | bcdf7c371f58853473418495ea0d0382f2e0df03 (diff) | |
download | uhd-ead07058f1d6f24ed390081df83044099b171a85.tar.gz uhd-ead07058f1d6f24ed390081df83044099b171a85.tar.bz2 uhd-ead07058f1d6f24ed390081df83044099b171a85.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/e100/codec_ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e100/codec_ctrl.cpp b/host/lib/usrp/e100/codec_ctrl.cpp index 13b3bc951..2c13176a3 100644 --- a/host/lib/usrp/e100/codec_ctrl.cpp +++ b/host/lib/usrp/e100/codec_ctrl.cpp @@ -110,7 +110,7 @@ e100_codec_ctrl_impl::e100_codec_ctrl_impl(spi_iface::sptr iface){ //_ad9862_regs.dis2 = ad9862_regs_t::DIS2_DIS; needed for transmit //write the register settings to the codec - for (uint8_t addr = 0; addr <= 25; addr++){ + for (boost::uint8_t addr = 0; addr <= 25; addr++){ this->send_reg(addr); } |