X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2FMakefile.telemini;h=9506eb65319fb3b9fcbc01da1feb3e1b3c5e6593;hb=090dc9aecdf4cfd1ac727325ae141d441c5b28aa;hp=75beeae480492381320b264dbd2bd89e04f244df;hpb=ef7f86453d686a49882e8c1b88a59228c4c631a9;p=fw%2Faltos diff --git a/src/product/Makefile.telemini b/src/product/Makefile.telemini index 75beeae4..9506eb65 100644 --- a/src/product/Makefile.telemini +++ b/src/product/Makefile.telemini @@ -22,18 +22,19 @@ CORE_SRC = \ ao_cmd.c \ ao_config.c \ ao_convert.c \ - ao_flight.c \ + ao_flight_mm.c \ ao_kalman.c \ ao_log.c \ ao_log_tiny.c \ ao_mutex.c \ ao_panic.c \ ao_report.c \ - ao_sample.c \ + ao_sample_mm.c \ ao_stdio.c \ ao_storage.c \ ao_task.c \ - ao_telemetry.c + ao_telemetry.c \ + ao_freq.c CC1111_SRC = \ ao_adc.c \