altos: Make telemetrum-v1.1 compile with new ao_data structure
[fw/altos] / src / product / Makefile.telemetrum
index 52c723cabe27fe36ec99a6d384c6dbc41b0a09bb..b111105316814210bd923e4dbf9017a532cd004e 100644 (file)
@@ -34,13 +34,14 @@ CORE_SRC = \
        ao_stdio.c \
        ao_storage.c \
        ao_task.c \
-       ao_flight.c \
-       ao_sample.c \
+       ao_flight_mm.c \
+       ao_sample_mm.c \
        ao_kalman.c \
        ao_log.c \
        ao_log_big.c \
        ao_report.c \
-       ao_telemetry.c
+       ao_telemetry.c \
+       ao_freq.c
 
 CC1111_SRC = \
        ao_adc.c \