summaryrefslogtreecommitdiff
path: root/src/test/Makefile
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2013-04-22 13:00:26 -0600
committerBdale Garbee <bdale@gag.com>2013-04-22 13:00:26 -0600
commitaa7eac32adf4c2cdf441991d02411758f2682d1e (patch)
tree0a1e96e33be548eff60e5bcf843a1447fd886fe5 /src/test/Makefile
parent8c05f608c8f103649c1e5ec0d5742621e233af78 (diff)
name change from MegaMetrum to TeleMega
Diffstat (limited to 'src/test/Makefile')
-rw-r--r--src/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile b/src/test/Makefile
index 991bdbfc..a62b59c5 100644
--- a/src/test/Makefile
+++ b/src/test/Makefile
@@ -30,7 +30,7 @@ ao_flight_test_accel: ao_flight_test.c ao_host.h ao_flight.c ao_sample.c ao_kal
cc $(CFLAGS) -o $@ -DFORCE_ACCEL=1 ao_flight_test.c
ao_flight_test_mm: ao_flight_test.c ao_host.h ao_flight.c ao_sample.c ao_kalman.c $(INCS)
- cc -DMEGAMETRUM=1 $(CFLAGS) -o $@ $< -lm
+ cc -DTELEMEGA=1 $(CFLAGS) -o $@ $< -lm
ao_gps_test: ao_gps_test.c ao_gps_sirf.c ao_gps_print.c ao_host.h
cc $(CFLAGS) -o $@ $<