altosui: Add ability to create CSV file from telem or eeprom files
[fw/altos] / ao-tools / altosui / AltosReader.java
index 81779e2bff5bd75675c4abcdb6422d1658bdbc4e..5be8795dc7e2a774f2dd21e1c25ddf3797f657b6 100644 (file)
@@ -25,4 +25,6 @@ import altosui.AltosRecord;
 
 public class AltosReader {
        public AltosRecord read() throws IOException, ParseException { return null; }
+       public void close() { }
+       public void write_comments(PrintStream out) { }
 }