Revision 954be827 host/lib/usrp/usrp1/usrp1_impl.cpp

b/host/lib/usrp/usrp1/usrp1_impl.cpp
21 21
#include "usrp_spi_defs.h"
22 22
#include <uhd/transport/usb_control.hpp>
23 23
#include <uhd/usrp/device_props.hpp>
24
#include <uhd/usrp/mboard_props.hpp>
24 25
#include <uhd/utils/assert.hpp>
25 26
#include <uhd/utils/static.hpp>
26 27
#include <uhd/utils/images.hpp>
......
171 172

  
172 173
    //turn on the transmitter
173 174
    _ctrl_transport->usrp_tx_enable(true);
175

  
176
    //init the subdev specs
177
    this->mboard_set(MBOARD_PROP_RX_SUBDEV_SPEC, subdev_spec_t());
178
    this->mboard_set(MBOARD_PROP_TX_SUBDEV_SPEC, subdev_spec_t());
174 179
}
175 180

  
176 181
usrp1_impl::~usrp1_impl(void){

Also available in: Unified diff