aboutsummaryrefslogtreecommitdiffstats
path: root/usrp_uhd/lib/usrp_uhd.cpp
blob: 6dd9bee7b442d144105420952625b00198df3f50 (plain)
1
2
3
4
5
6
7
8
9
10
//
// Copyright 2010 Ettus Research LLC
//

#include <usrp_uhd.hpp>

using namespace usrp;

uhd::uhd(usrp_addr_t usrp_addr){}
uhd::~uhd(void){}