summaryrefslogtreecommitdiff
path: root/src/product/Makefile.telemetrum
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-07-10 15:11:36 -0700
committerKeith Packard <keithp@keithp.com>2012-07-10 15:11:36 -0700
commit1ae3f467a1d7be2fc3b1a45ba12568a3a25a0099 (patch)
tree4492dc5dac4e3c0c56c4c2516bfcc626d483fcbc /src/product/Makefile.telemetrum
parent702ca87983594880d7926d2317d63802af82746e (diff)
altos: Rename *_mm.c back to *.c
Was just a temporary hack to keep cc1111 products building during MM development. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product/Makefile.telemetrum')
-rw-r--r--src/product/Makefile.telemetrum4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/product/Makefile.telemetrum b/src/product/Makefile.telemetrum
index fba2c19a..57586c95 100644
--- a/src/product/Makefile.telemetrum
+++ b/src/product/Makefile.telemetrum
@@ -36,8 +36,8 @@ CORE_SRC = \
ao_stdio.c \
ao_storage.c \
ao_task.c \
- ao_flight_mm.c \
- ao_sample_mm.c \
+ ao_flight.c \
+ ao_sample.c \
ao_kalman.c \
ao_log.c \
ao_log_big.c \