diff options
Diffstat (limited to 'include/usrp_uhd/usrp/dboard/interface.hpp')
-rw-r--r-- | include/usrp_uhd/usrp/dboard/interface.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 <boost/shared_ptr.hpp> #include <stdint.h> @@ -144,4 +144,4 @@ public: }}} //namespace -#endif /* INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_H */ +#endif /* INCLUDED_USRP_UHD_USRP_DBOARD_INTERFACE_HPP */ |