altos: Switch all tick variables to AO_TICK_TYPE/AO_TICK_SIGNED
[fw/altos] / src / telegps-v2.0 / ao_pins.h
index 5c6aee0e302e3615a7b06d53354d17019e37d5f9..7c8c5c3cf5ab313aca129f6c28f43328d7c78a7a 100644 (file)
@@ -87,7 +87,7 @@ struct ao_adc {
 };
 
 #define AO_ADC_DUMP(p) \
-        printf("tick: %5u batt: %5d\n", \
+        printf("tick: %5lu batt: %5d\n", \
                (p)->tick, \
                (p)->adc.v_batt)