From: Keith Packard Date: Thu, 9 Apr 2020 00:27:10 +0000 (-0700) Subject: easytimer-v1: Add ao_ignite.c X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=4e831781d954eb257eba9fd81eea051a81150953 easytimer-v1: Add ao_ignite.c This has all of the pyro testing code Signed-off-by: Keith Packard --- diff --git a/src/easytimer-v1/Makefile b/src/easytimer-v1/Makefile index e53795b6..b0cd15c2 100644 --- a/src/easytimer-v1/Makefile +++ b/src/easytimer-v1/Makefile @@ -63,6 +63,7 @@ ALTOS_SRC = \ ao_kalman.c \ ao_pyro.c \ ao_flight.c \ + ao_ignite.c \ $(PROFILE) \ $(SAMPLE_PROFILE) \ $(STACK_GUARD)