diff options
| author | Keith Packard <keithp@keithp.com> | 2011-01-15 00:50:39 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-01-15 00:50:39 -0800 |
| commit | e13337cfb536ff65979b655f1763d62ec0126c67 (patch) | |
| tree | bab19228119919a0ff234d4a3ce7af2f9ff75549 /src/ao_ignite.c | |
| parent | 35adb7c98fe02e84fff70c1bee22bfa019cfacc2 (diff) | |
altos: Add 5V reference computation for v1.1 boards.
This should compensate for changes in the 3.3V voltage.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_ignite.c')
| -rw-r--r-- | src/ao_ignite.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ao_ignite.c b/src/ao_ignite.c index f2b15dd2..603fcd25 100644 --- a/src/ao_ignite.c +++ b/src/ao_ignite.c @@ -52,7 +52,6 @@ ao_igniter_status(enum ao_igniter igniter) __xdata uint8_t request, firing, fired; __critical { - ao_adc_sleep(); ao_adc_get(&adc); request = ao_ignition[igniter].request; fired = ao_ignition[igniter].fired; |
