diff options
author | Keith Packard <keithp@keithp.com> | 2018-05-28 15:12:26 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-05-28 15:12:26 -0700 |
commit | dbeb9b91a48418c5bc9f6edccaef20c3ef77d45d (patch) | |
tree | bf5882ead615beeac332f65ad08012ad5049d964 /src | |
parent | eb31a40b3499287e0a52324a9adc3728883ed957 (diff) |
altos/telelco-v2.0: Change drag race selected/no-continutity pattern
Make it turn on at the same time as the pads with continuity, but turn
off sooner
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/telelco-v2.0/ao_lco_v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telelco-v2.0/ao_lco_v2.c b/src/telelco-v2.0/ao_lco_v2.c index 371b978a..45895908 100644 --- a/src/telelco-v2.0/ao_lco_v2.c +++ b/src/telelco-v2.0/ao_lco_v2.c @@ -593,7 +593,7 @@ ao_lco_igniter_status(void) if (t) on = 1; } else { - if (!t) + if (t == 1) on = 1; } if (on) |