From c48d4b60da8b23bf358e6c14d7332d3a360c2d2f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 3 Jul 2018 01:00:15 -0700 Subject: altos: Share common LCO functions in ao_lco_bits.c Move common code out of ao_lco.c and ao_lco_v2.c into a shared file, ao_lco_bits.c. Update ao_lco.h to include shared functions. Signed-off-by: Keith Packard --- src/telelco-v2.0/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/telelco-v2.0/Makefile') diff --git a/src/telelco-v2.0/Makefile b/src/telelco-v2.0/Makefile index 4871993d..43295fd3 100644 --- a/src/telelco-v2.0/Makefile +++ b/src/telelco-v2.0/Makefile @@ -66,6 +66,7 @@ ALTOS_SRC = \ ao_quadrature.c \ ao_button.c \ ao_event.c \ + ao_lco_bits.c \ ao_lco_v2.c \ ao_lco_cmd.c \ ao_lco_func.c \ -- cgit v1.2.3