summaryrefslogtreecommitdiff
path: root/src/telelcotwo-v0.1
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-07-04 11:18:12 -0700
committerKeith Packard <keithp@keithp.com>2018-07-04 11:18:12 -0700
commit3b53a69e47816ee987a409b05a6b0b47891ca816 (patch)
treed247231589a994de675ef36dbd3b4669334cefab /src/telelcotwo-v0.1
parent71a51b4857f5bd49c0cba2578fb54b1d5b2c738b (diff)
altos: Fix telelcotwo build for new ao_lco_bits.c file
Lots of code motion; shouldn't have any functional changes. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telelcotwo-v0.1')
-rw-r--r--src/telelcotwo-v0.1/Makefile1
-rw-r--r--src/telelcotwo-v0.1/ao_pins.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/telelcotwo-v0.1/Makefile b/src/telelcotwo-v0.1/Makefile
index 42188bb2..c68f3eb5 100644
--- a/src/telelcotwo-v0.1/Makefile
+++ b/src/telelcotwo-v0.1/Makefile
@@ -58,6 +58,7 @@ ALTOS_SRC = \
ao_button.c \
ao_event.c \
ao_lco_two.c \
+ ao_lco_bits.c \
ao_lco_func.c \
ao_lco_cmd.c \
ao_radio_cmac_cmd.c
diff --git a/src/telelcotwo-v0.1/ao_pins.h b/src/telelcotwo-v0.1/ao_pins.h
index 60e94c67..1941e03d 100644
--- a/src/telelcotwo-v0.1/ao_pins.h
+++ b/src/telelcotwo-v0.1/ao_pins.h
@@ -141,6 +141,8 @@
AO_LED_CONTINUITY_0 | \
AO_LED_REMOTE_ARM)
+#define AO_LCO_DRAG 0
+
/*
* Use event queue for input devices
*/