altos: Declare cc1111 accel_ref as unsigned so the math works 1.0.9.6
authorKeith Packard <keithp@keithp.com>
Fri, 29 Jun 2012 00:43:36 +0000 (17:43 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 29 Jun 2012 00:43:36 +0000 (17:43 -0700)
If accel_ref is signed, then the careful shifting and dividing dance
necessary to correct for changes in the relationship between the 5V
and 3.3V supplies always generates zero.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found