USRP2 firmware fixes for EDK 10.1 microblaze toolchain. Firmware now builds
[debian/gnuradio] / usrp2 / firmware / lib / u2_init.c
index 3a8961374c00a384344970c11968bacc5ccf3b39..4313c9502a04b1dd971281f4b299ffe52b7db11e 100644 (file)
@@ -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...