From b32f2f0090ff967edac07ae4d7a9895ed0b96d31 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 23 Apr 2009 22:17:44 -0700 Subject: Add igniters and update flight control algorithm --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a6b7adc..a391c510 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,8 @@ TELE_DRIVER_SRC = \ # TM_DRIVER_SRC = \ ao_adc.c \ - ao_ee.c + ao_ee.c \ + ao_ignite.c # # Tasks run on TeleMetrum @@ -193,3 +194,6 @@ clean: rm -f $(PROGS) $(PCDB) $(PLNK) $(PMAP) $(PMEM) $(PAOM) install: + +ao_flight_test: ao_flight.c ao_flight_test.c + cc -g -o $@ ao_flight_test.c -- cgit v1.2.3