altos: Ensure flight code gets first crack at new ADC data
authorKeith Packard <keithp@keithp.com>
Sat, 15 Jan 2011 20:12:02 +0000 (12:12 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 17 Jan 2011 04:24:34 +0000 (20:24 -0800)
commit69290588980bb15732a99eca5c911a3b6e9a37b9
treec01008a4b61b64146eac95a2905f06d52d71f298
parent1b8d7313504240ed04e0747e9b0f6e9a83d323e2
altos: Ensure flight code gets first crack at new ADC data

Instead of having everyone wait on the raw ADC ring, have the flight
code wait on that and have everyone else wait for the flight code to
finish looking at the data and move its pointer forwards.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao.h
src/ao_adc.c
src/ao_config.c
src/ao_flight.c
src/ao_flight_test.c
src/ao_ignite.c
src/ao_log.c
src/ao_test.c