From 4e831781d954eb257eba9fd81eea051a81150953 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 8 Apr 2020 17:27:10 -0700 Subject: [PATCH] easytimer-v1: Add ao_ignite.c This has all of the pyro testing code Signed-off-by: Keith Packard --- src/easytimer-v1/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.2