Revision f73a3688 host/lib/usrp/dboard/db_rfx.cpp

b/host/lib/usrp/dboard/db_rfx.cpp
257 257
        _rx_gains[name] = gain;
258 258

  
259 259
        //write the new voltage to the aux dac
260
        this->get_iface()->write_aux_dac(dboard_iface::UNIT_RX, 1, dac_volts);
260
        this->get_iface()->write_aux_dac(dboard_iface::UNIT_RX, 0, dac_volts);
261 261
    }
262 262
    else UHD_THROW_INVALID_CODE_PATH();
263 263
}

Also available in: Unified diff