diff options
Diffstat (limited to 'altosui/AltosLanded.java')
| -rw-r--r-- | altosui/AltosLanded.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosLanded.java b/altosui/AltosLanded.java index 139b81b6..cc2053e0 100644 --- a/altosui/AltosLanded.java +++ b/altosui/AltosLanded.java @@ -250,7 +250,7 @@ public class AltosLanded extends JComponent implements AltosFlightDisplay, Actio  						states = new AltosEepromFile(in);  					} else if (filename.endsWith("telem")) {  						FileInputStream in = new FileInputStream(file); -						states = null; // new AltosTelemetryIterable(in); +						states = new AltosTelemetryFile(in);  					} else {  						throw new FileNotFoundException(filename);  					}  | 
