altosui: Output recorded clock tick in CSV files
[fw/altos] / altosui / AltosFlightReader.java
index 3a171444c7e9e94a7d5bdc562279e24f38010bf7..3ddf171d3b7788286701de65235c9caa90c6fb3f 100644 (file)
@@ -42,4 +42,8 @@ public class AltosFlightReader {
        void save_telemetry() { }
 
        void update(AltosState state) throws InterruptedException { }
+
+       boolean supports_telemetry(int telemetry) { return false; }
+
+       File backing_file() { return null; }
 }