diff options
| author | Keith Packard <keithp@keithp.com> | 2009-04-23 22:17:44 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-04-24 08:39:00 -0700 |
| commit | b32f2f0090ff967edac07ae4d7a9895ed0b96d31 (patch) | |
| tree | 562b7c1ab3127686995dc19cc986fefa672f5c56 /Makefile | |
| parent | f155333ae18a25068644792e8940269d9fb28033 (diff) | |
Add igniters and update flight control algorithm
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
