diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2016-01-15 07:26:36 -0800 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2016-01-15 07:26:36 -0800 |
commit | 3ce4afc75422321ad5bce8503455a21a6a2db3a4 (patch) | |
tree | f3bdffb314278519415e79c4e73a0a4b3cb4a0ed /firmware/usrp3/n230/n230_eeprom.c | |
parent | 42a3eeb62e07034873f823048cebcaff772da4c3 (diff) | |
download | uhd-3ce4afc75422321ad5bce8503455a21a6a2db3a4.tar.gz uhd-3ce4afc75422321ad5bce8503455a21a6a2db3a4.tar.bz2 uhd-3ce4afc75422321ad5bce8503455a21a6a2db3a4.zip |
n230: fixed header location
Diffstat (limited to 'firmware/usrp3/n230/n230_eeprom.c')
-rw-r--r-- | firmware/usrp3/n230/n230_eeprom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usrp3/n230/n230_eeprom.c b/firmware/usrp3/n230/n230_eeprom.c index 767289efa..8f756d41f 100644 --- a/firmware/usrp3/n230/n230_eeprom.c +++ b/firmware/usrp3/n230/n230_eeprom.c @@ -15,7 +15,7 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. // -#include "n230_eeprom.h" +#include "../../../host/lib/usrp/n230/n230_eeprom.h" #include <trace.h> #include <stddef.h> |