X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fproduct%2FMakefile.telemini;h=23aed1c7dcb3b44eadb4dec86067c6ff9a4031d6;hb=1ae3f467a1d7be2fc3b1a45ba12568a3a25a0099;hp=75beeae480492381320b264dbd2bd89e04f244df;hpb=ef7f86453d686a49882e8c1b88a59228c4c631a9;p=fw%2Faltos diff --git a/src/product/Makefile.telemini b/src/product/Makefile.telemini index 75beeae4..23aed1c7 100644 --- a/src/product/Makefile.telemini +++ b/src/product/Makefile.telemini @@ -15,6 +15,8 @@ endif INC = \ ao.h \ ao_pins.h \ + ao_arch.h \ + ao_arch_funcs.h \ cc1111.h \ ao_product.h @@ -33,7 +35,8 @@ CORE_SRC = \ ao_stdio.c \ ao_storage.c \ ao_task.c \ - ao_telemetry.c + ao_telemetry.c \ + ao_freq.c CC1111_SRC = \ ao_adc.c \