aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230/n230_eeprom_manager.cpp
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish.chaudhari@ettus.com>2016-01-15 10:16:48 -0800
committerAshish Chaudhari <ashish.chaudhari@ettus.com>2016-01-15 10:16:48 -0800
commit4e583460be6b107b9cc95be38b01266ba8c3198f (patch)
treef3bdffb314278519415e79c4e73a0a4b3cb4a0ed /host/lib/usrp/n230/n230_eeprom_manager.cpp
parent42a3eeb62e07034873f823048cebcaff772da4c3 (diff)
parent3ce4afc75422321ad5bce8503455a21a6a2db3a4 (diff)
downloaduhd-4e583460be6b107b9cc95be38b01266ba8c3198f.tar.gz
uhd-4e583460be6b107b9cc95be38b01266ba8c3198f.tar.bz2
uhd-4e583460be6b107b9cc95be38b01266ba8c3198f.zip
Merge pull request #1001 from EttusResearch/n230/header_fix
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>