altoslib, altosui: Restructured state management now does TM eeprom files
[fw/altos] / altoslib / AltosFlightReader.java
index 345266588f5b16e75ff5d73b9b93761ececbf9d5..5a415274e412024b9e3e08f41ab7a5e264e101cd 100644 (file)
@@ -28,7 +28,7 @@ public class AltosFlightReader {
 
        public void init() { }
 
-       public AltosRecord read() throws InterruptedException, ParseException, AltosCRCException, IOException { return null; }
+       public AltosState read() throws InterruptedException, ParseException, AltosCRCException, IOException { return null; }
 
        public void close(boolean interrupted) { }