altoslib: Rename AltosEepromNew to AltosEeprom
[fw/altos] / altoslib / AltosEepromDownload.java
index 8a2053ecd4a8ae809a293354dd220e8cec1ca778..961b32cd6c9bdf12fbfde1e96f890e2816645047 100644 (file)
@@ -181,7 +181,7 @@ public class AltosEepromDownload implements Runnable {
                }
 
                /* Construct our internal representation of the eeprom data */
-               AltosEepromNew  eeprom = new AltosEepromNew(flights.config_data, data);
+               AltosEeprom     eeprom = new AltosEeprom(flights.config_data, data);
 
                /* Now see if we can't actually parse the resulting
                 * file to generate a better filename. Note that this