blob: deaf6e0c684139cf8547201dd9442e41a95a40b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//
// Copyright 2010 Ettus Research LLC
//
#ifndef INCLUDED_USRP_UHD_HPP
#define INCLUDED_USRP_UHD_HPP
//include convenience headers
#include <usrp_uhd/device.hpp>
#endif /* INCLUDED_USRP_UHD_HPP */
|