diff options
| author | Keith Packard <keithp@keithp.com> | 2015-08-29 13:21:19 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-08-29 13:21:19 -0700 | 
| commit | 55c1be449ef7ce389a3d94686051d272c858bee4 (patch) | |
| tree | f0644249e178040a123f11c77d85dac56066ea1b /src/drivers/ao_lco_cmd.c | |
| parent | 2839796ca5ace5f0c79643afc1a868893246b621 (diff) | |
altos/telelco: Infrastructure changes for drag racing
This makes the lco management code support arming multiple pads and
firing all of them at once. The UI code does not expose this yet.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_lco_cmd.c')
| -rw-r--r-- | src/drivers/ao_lco_cmd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/drivers/ao_lco_cmd.c b/src/drivers/ao_lco_cmd.c index acbf589a..6a365687 100644 --- a/src/drivers/ao_lco_cmd.c +++ b/src/drivers/ao_lco_cmd.c @@ -62,7 +62,7 @@ lco_arm(void)  static void  lco_ignite(void)  { -	ao_lco_ignite(lco_box, lco_channels, tick_offset); +	ao_lco_ignite();  }  static void | 
