diff options
author | Paul David <paul.david@ettus.com> | 2017-03-22 14:51:53 -0400 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-03-22 14:18:57 -0700 |
commit | 51cbfdfd7e7c071914442005139894496ddf6039 (patch) | |
tree | 6488caf6af83993a7fe8e27a1f94cf5a97f3e3fd /firmware/usrp3/n230/n230_eth_handlers.c | |
parent | aff6165dc938fe072d4872b65be146e6d3f75bec (diff) | |
download | uhd-51cbfdfd7e7c071914442005139894496ddf6039.tar.gz uhd-51cbfdfd7e7c071914442005139894496ddf6039.tar.bz2 uhd-51cbfdfd7e7c071914442005139894496ddf6039.zip |
Firmware: fix failures due to fw_comm_protocol.h path
Diffstat (limited to 'firmware/usrp3/n230/n230_eth_handlers.c')
-rw-r--r-- | firmware/usrp3/n230/n230_eth_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usrp3/n230/n230_eth_handlers.c b/firmware/usrp3/n230/n230_eth_handlers.c index b291bb39f..f5c319681 100644 --- a/firmware/usrp3/n230/n230_eth_handlers.c +++ b/firmware/usrp3/n230/n230_eth_handlers.c @@ -22,7 +22,7 @@ #include <u3_net_stack.h> #include <print_addrs.h> #include <trace.h> -#include "../../../host/lib/usrp/common/fw_comm_protocol.h" +#include "../../../host/lib/usrp/n230/n230_fw_comm_protocol.h" #include "../../../host/lib/usrp/n230/n230_fw_defs.h" #include "../n230/n230_fw_host_iface.h" #include "../../../host/lib/usrp/n230/n230_eeprom.h" |