diff options
| author | Keith Packard <keithp@keithp.com> | 2012-10-14 23:40:58 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-10-14 23:40:58 -0700 | 
| commit | 44c13005f34fdf7d4831e86e1f3e8729e9b67a68 (patch) | |
| tree | 6e7a280d0a284a97b7bab8dd2c083fd61099bc2e /src | |
| parent | b042f3d6e6b3241cd5e55cf893242ea599d3c0e9 (diff) | |
altos/telelco: Actually set pad when it changes
Oops. Lost the actual assignment to the current pad
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/telelco-v0.1/ao_lco.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/telelco-v0.1/ao_lco.c b/src/telelco-v0.1/ao_lco.c index 1bf2a825..ab9f6747 100644 --- a/src/telelco-v0.1/ao_lco.c +++ b/src/telelco-v0.1/ao_lco.c @@ -127,6 +127,7 @@ ao_lco_input(void)  							break;  					}  					if (new_pad != ao_lco_pad) { +						ao_lco_pad = new_pad;  						ao_quadrature_count[AO_QUADRATURE_PAD] = ao_lco_pad;  						ao_lco_set_pad();  					} | 
