diff options
Diffstat (limited to 'altoslib/AltosEepromDownload.java')
| -rw-r--r-- | altoslib/AltosEepromDownload.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/altoslib/AltosEepromDownload.java b/altoslib/AltosEepromDownload.java index 8a2053ec..961b32cd 100644 --- a/altoslib/AltosEepromDownload.java +++ b/altoslib/AltosEepromDownload.java @@ -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 | 
