diff options
| author | Keith Packard <keithp@keithp.com> | 2018-07-03 01:00:15 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-07-03 01:00:15 -0700 |
| commit | c48d4b60da8b23bf358e6c14d7332d3a360c2d2f (patch) | |
| tree | 172ffc152ee421d8573d13fff563f2a7c2fc5ed8 /src/telelco-v0.2 | |
| parent | e56e1dc20b3bf18073766da4e26e97d9e1d419fc (diff) | |
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 <keithp@keithp.com>
Diffstat (limited to 'src/telelco-v0.2')
| -rw-r--r-- | src/telelco-v0.2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telelco-v0.2/Makefile b/src/telelco-v0.2/Makefile index 8c1ced6c..8279cac1 100644 --- a/src/telelco-v0.2/Makefile +++ b/src/telelco-v0.2/Makefile @@ -64,6 +64,7 @@ ALTOS_SRC = \ ao_button.c \ ao_event.c \ ao_lco.c \ + ao_lco_bits.c \ ao_lco_cmd.c \ ao_lco_func.c \ ao_radio_cmac_cmd.c |
