diff options
| author | Keith Packard <keithp@keithp.com> | 2018-07-04 11:18:12 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-07-04 11:18:12 -0700 |
| commit | 3b53a69e47816ee987a409b05a6b0b47891ca816 (patch) | |
| tree | d247231589a994de675ef36dbd3b4669334cefab /src/telelcotwo-v0.1/ao_pins.h | |
| parent | 71a51b4857f5bd49c0cba2578fb54b1d5b2c738b (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/ao_pins.h')
| -rw-r--r-- | src/telelcotwo-v0.1/ao_pins.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |
