Revision 8c5768ae

b/host/lib/usrp/usrp1/usrp1_iface.cpp
53 53

  
54 54
        if (iface_debug) {
55 55
            std::cout.fill('0');
56
            std::cout << "poke32(" << std::dec << addr << ", 0x";
56
            std::cout << "poke32(";
57
            std::cout << std::dec << std::setw(2) << addr << ", 0x";
57 58
            std::cout << std::hex << std::setw(8) << value << ")" << std::endl;
58 59
        }
59 60

  

Also available in: Unified diff