aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230/n230_eeprom_manager.cpp
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2016-01-15 07:26:36 -0800
committerNicholas Corgan <nick.corgan@ettus.com>2016-01-15 07:26:36 -0800
commit3ce4afc75422321ad5bce8503455a21a6a2db3a4 (patch)
treef3bdffb314278519415e79c4e73a0a4b3cb4a0ed /host/lib/usrp/n230/n230_eeprom_manager.cpp
parent42a3eeb62e07034873f823048cebcaff772da4c3 (diff)
downloaduhd-3ce4afc75422321ad5bce8503455a21a6a2db3a4.tar.gz
uhd-3ce4afc75422321ad5bce8503455a21a6a2db3a4.tar.bz2
uhd-3ce4afc75422321ad5bce8503455a21a6a2db3a4.zip
n230: fixed header location
Diffstat (limited to 'host/lib/usrp/n230/n230_eeprom_manager.cpp')
-rw-r--r--host/lib/usrp/n230/n230_eeprom_manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/n230/n230_eeprom_manager.cpp b/host/lib/usrp/n230/n230_eeprom_manager.cpp
index 40f501ef9..b19deb23a 100644
--- a/host/lib/usrp/n230/n230_eeprom_manager.cpp
+++ b/host/lib/usrp/n230/n230_eeprom_manager.cpp
@@ -1,5 +1,5 @@
//
-// Copyright 2013-2014 Ettus Research LLC
+// Copyright 2013-2014,2016 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
-#include "../../../firmware/usrp3/n230/n230_eeprom.h"
+#include "n230_eeprom.h"
#include <uhd/utils/byteswap.hpp>
#include <uhd/utils/msg.hpp>
#include <uhd/exception.hpp>