altos: Megametrum ADC values are 12 bits, discard low 4 for telemetry
authorKeith Packard <keithp@keithp.com>
Wed, 18 Jul 2012 03:44:55 +0000 (20:44 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 18 Jul 2012 03:44:55 +0000 (20:44 -0700)
commitb4be63627e146c7c868b5b3468d34880a561cfba
tree5323d2b7882dcb8d1fced3a70fad61f84acaa1fb
parent97c1cfee929a35dd1596dc02ce519b80132f3c5c
altos: Megametrum ADC values are 12 bits, discard low 4 for telemetry

We've only got space for 8 bits for the ADC values for pyro channels,
discard the low 4 bits instead of the low 8 bits.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_telemetry.c