diff options
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/n230/n230_fw_comm_protocol.h (renamed from host/lib/usrp/n230/fw_comm_protocol.h) | 6 | ||||
-rw-r--r-- | host/lib/usrp/n230/n230_fw_ctrl_iface.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/host/lib/usrp/n230/fw_comm_protocol.h b/host/lib/usrp/n230/n230_fw_comm_protocol.h index 14adb33a9..b7c85f2ba 100644 --- a/host/lib/usrp/n230/fw_comm_protocol.h +++ b/host/lib/usrp/n230/n230_fw_comm_protocol.h @@ -15,8 +15,8 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. // -#ifndef INCLUDED_FW_COMM_PROTOCOL -#define INCLUDED_FW_COMM_PROTOCOL +#ifndef INCLUDED_N230_FW_COMM_PROTOCOL +#define INCLUDED_N230_FW_COMM_PROTOCOL #include <stdint.h> #ifndef __cplusplus @@ -99,4 +99,4 @@ bool process_fw_comm_protocol_pkt( #endif //ifdef __cplusplus -#endif /* INCLUDED_FW_COMM_PROTOCOL */ +#endif /* INCLUDED_N230_FW_COMM_PROTOCOL */ diff --git a/host/lib/usrp/n230/n230_fw_ctrl_iface.cpp b/host/lib/usrp/n230/n230_fw_ctrl_iface.cpp index 07f9bb7d6..18c2c4cf8 100644 --- a/host/lib/usrp/n230/n230_fw_ctrl_iface.cpp +++ b/host/lib/usrp/n230/n230_fw_ctrl_iface.cpp @@ -22,7 +22,7 @@ #include <uhd/exception.hpp> #include <boost/format.hpp> #include <boost/asio.hpp> //used for htonl and ntohl -#include "fw_comm_protocol.h" +#include "n230_fw_comm_protocol.h" namespace uhd { namespace usrp { namespace n230 { |