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)
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>

No differences found