altos: Add tiny logging for TeleMini/TeleNano
[fw/altos] / src / Makefile.proto
index ee3b4d6c60a3a23027447125be341ee3a2aaba66..30e626ad0079b9881606787ea2becd5b1915fe2e 100644 (file)
@@ -142,6 +142,7 @@ SKY_DRIVER_SRC = \
 TM_TASK_SRC = \
        ao_flight.c \
        ao_log.c \
+       ao_log_big.c \
        ao_report.c \
        ao_telemetry.c
 
@@ -173,6 +174,7 @@ TMINI_DRIVER_SRC = \
 TMINI_TASK_SRC = \
        ao_flight.c \
        ao_log.c \
+       ao_log_tiny.c \
        ao_report.c \
        ao_telemetry.c