diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-16 15:31:40 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-16 15:31:40 -0800 |
commit | b942e603e96cbe9ddcaca9ee36c192910d526cfd (patch) | |
tree | ef2a72df8471d0c1b28e6df0c8cc40f549eaf586 /firmware/microblaze/apps/txrx.c | |
parent | d454ab4c73f15a3fdc8f52cef9c27eae6d3dbc93 (diff) | |
download | uhd-b942e603e96cbe9ddcaca9ee36c192910d526cfd.tar.gz uhd-b942e603e96cbe9ddcaca9ee36c192910d526cfd.tar.bz2 uhd-b942e603e96cbe9ddcaca9ee36c192910d526cfd.zip |
Restored microblaze build (accidentally removed makefile ams and gitignores when doing cmake for host)
Diffstat (limited to 'firmware/microblaze/apps/txrx.c')
-rw-r--r-- | firmware/microblaze/apps/txrx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/microblaze/apps/txrx.c b/firmware/microblaze/apps/txrx.c index 8e71f2d8e..e2500f42e 100644 --- a/firmware/microblaze/apps/txrx.c +++ b/firmware/microblaze/apps/txrx.c @@ -42,7 +42,7 @@ #include <string.h> #include "clocks.h" #include <vrt/bits.h> -#include "usrp2_fw_common.h" +#include "usrp2/fw_common.h" #include <db.h> #define FW_SETS_SEQNO 1 // define to 0 or 1 (FIXME must be 1 for now) |