summaryrefslogtreecommitdiff
path: root/src/telelcotwo-v0.1
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2018-08-05 11:21:37 +0800
committerBdale Garbee <bdale@gag.com>2018-08-05 11:21:37 +0800
commitd8627bb7b46fc991786835afa38cd720e9e75812 (patch)
treee14ae029a4ead29a4a7ccccb39af556e32413d36 /src/telelcotwo-v0.1
parent59e23c27c2a85d7d748223e444b24d19937afe47 (diff)
parent8830fbc99565f753c0ae1f3d9f4b079860c2634a (diff)
Merge branch 'master' into branch-1.8
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
*/