diff options
author | Matt Ettus | 2010-02-14 15:18:24 -0800 |
---|---|---|
committer | Matt Ettus | 2010-02-14 15:18:24 -0800 |
commit | 8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa (patch) | |
tree | 6c94582f6b8d99ac87c3fdf867a7a7b51f689477 /usrp2/firmware/apps/app_common_v2.c | |
parent | 82dd3940e79adbebe5b05edd8ee6499be017018f (diff) | |
download | gnuradio-8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa.tar.gz gnuradio-8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa.tar.bz2 gnuradio-8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa.zip |
remove reference to nonexistant include
Diffstat (limited to 'usrp2/firmware/apps/app_common_v2.c')
-rw-r--r-- | usrp2/firmware/apps/app_common_v2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usrp2/firmware/apps/app_common_v2.c b/usrp2/firmware/apps/app_common_v2.c index 7bd30211e..036d0bace 100644 --- a/usrp2/firmware/apps/app_common_v2.c +++ b/usrp2/firmware/apps/app_common_v2.c @@ -31,7 +31,6 @@ #include "clocks.h" #include "u2_init.h" #include <string.h> -//#include "db_init.h" #include "usrp2_i2c_addr.h" volatile bool link_is_up = false; // eth handler sets this |