diff options
author | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-10-04 01:29:47 +0000 |
---|---|---|
committer | eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-10-04 01:29:47 +0000 |
commit | 94981131edbe7bb7cc4261d73de0d476f386b6fa (patch) | |
tree | 470160d670d5c5c093f3a317498f1ddfb8606ece /usrp2/firmware/lib/u2_init.c | |
parent | 640f3127479990181f7ec7381c6d67a5d1d689ac (diff) |
USRP2 firmware fixes for EDK 10.1 microblaze toolchain. Firmware now builds
and runs correctly using these tools.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9708 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/firmware/lib/u2_init.c')
-rw-r--r-- | usrp2/firmware/lib/u2_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usrp2/firmware/lib/u2_init.c b/usrp2/firmware/lib/u2_init.c index 3a8961374c..4313c9502a 100644 --- a/usrp2/firmware/lib/u2_init.c +++ b/usrp2/firmware/lib/u2_init.c @@ -44,7 +44,6 @@ get_hw_rev(void) ok &= eeprom_read(I2C_ADDR_MBOARD, MBOARD_REV_MSB, &u2_hw_rev_major, 1); } - /* * We ought to arrange for this to be called before main, but for now, * we require that the user's main call u2_init as the first thing... |