From 24d95c3f2cea168d1d314af29839d88cc16d3c7f Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 12 Jan 2010 17:31:25 -0800 Subject: Added the basic rx and tx skeleton wrapper. Made autotools mods so it passes distcheck. --- include/usrp_uhd/usrp/dboard/interface.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/usrp_uhd/usrp/dboard/interface.hpp') diff --git a/include/usrp_uhd/usrp/dboard/interface.hpp b/include/usrp_uhd/usrp/dboard/interface.hpp index f9e4c96b4..e6fdd9ad1 100644 --- a/include/usrp_uhd/usrp/dboard/interface.hpp +++ b/include/usrp_uhd/usrp/dboard/interface.hpp @@ -2,8 +2,8 @@ // Copyright 2010 Ettus Research LLC // -#ifndef INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_H -#define INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_H +#ifndef INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_HPP +#define INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_HPP #include #include @@ -144,4 +144,4 @@ public: }}} //namespace -#endif /* INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_H */ +#endif /* INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_HPP */ -- cgit v1.2.3