altosui: Restructure telemetry classes to be more sane
[fw/altos] / altosui / AltosTelemetry.java
index a05269f4d305c7f5d3c9ad62587b5ed5cd0ea453..0052ef04227c14040351c70016aa58953c07e542 100644 (file)
@@ -234,7 +234,7 @@ public class AltosTelemetry extends AltosRecord {
        final static String AO_TELEM_SAT_C_N_0  = "s_c";
 
        static public AltosRecord parse(String line, AltosRecord previous) throws ParseException, AltosCRCException {
-               AltosTelemetryRecord    r = AltosTelemetryRecordGeneral.parse(line);
+               AltosTelemetryRecord    r = AltosTelemetryRecord.parse(line);
 
                return r.update_state(previous);
        }