summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-05-16 10:56:43 -0700
committerJosh Blum <josh@joshknows.com>2012-05-16 10:56:43 -0700
commit78bf395b2d9ab0ae3ec2b9c7cd583f30a4780d95 (patch)
tree7c1a68106d54b580c2d7f7cd50bd57434adddc5b /host/lib/usrp/b100
parentc94963a43665809d0a75cebac6283cb7c88a6f5c (diff)
parente5c9dee58715e927dd919aa3bf361983d17a172f (diff)
downloaduhd-78bf395b2d9ab0ae3ec2b9c7cd583f30a4780d95.tar.gz
uhd-78bf395b2d9ab0ae3ec2b9c7cd583f30a4780d95.tar.bz2
uhd-78bf395b2d9ab0ae3ec2b9c7cd583f30a4780d95.zip
Merge branch 'maint'
Conflicts: host/docs/gpsdo.rst
Diffstat (limited to 'host/lib/usrp/b100')
-rw-r--r--host/lib/usrp/b100/codec_ctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/codec_ctrl.cpp b/host/lib/usrp/b100/codec_ctrl.cpp
index 4f9036039..278713ce1 100644
--- a/host/lib/usrp/b100/codec_ctrl.cpp
+++ b/host/lib/usrp/b100/codec_ctrl.cpp
@@ -105,7 +105,7 @@ b100_codec_ctrl_impl::b100_codec_ctrl_impl(spi_iface::sptr iface){
_ad9862_regs.dll_mode = ad9862_regs_t::DLL_MODE_FAST;
//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);
}