diff options
author | Keith Packard <keithp@keithp.com> | 2017-06-13 10:46:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-06-13 10:46:03 -0700 |
commit | e4f1fa544f1cb21070c9d79c81ebae0fb71d77db (patch) | |
tree | 1a5110bd269872d01b361f2a742580697fc9acfd /altoslib/AltosEepromDownload.java | |
parent | 0e586ab3604bb695c36ae86c95f533197522fc65 (diff) |
altoslib: Rename AltosEepromNew to AltosEeprom
Signed-off-by: Keith Packard <keithp@keithp.com>
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 |