altos: Switch all tick variables to AO_TICK_TYPE/AO_TICK_SIGNED
[fw/altos] / src / telefiretwo-v0.1 / ao_pins.h
index a3bc0a8565ae83dddc99ee15722416a88f574d5f..01bf25e8d29b43d5479c911eaeff8f60383565cb 100644 (file)
@@ -210,7 +210,7 @@ struct ao_adc {
 };
 
 #define AO_ADC_DUMP(p)                                                 \
-       printf ("tick: %5u 0: %5d 1: %5d pyro: %5d batt %5d\n", \
+       printf ("tick: %5lu 0: %5d 1: %5d pyro: %5d batt %5d\n", \
                (p)->tick,                                              \
                (p)->adc.sense[0],                                      \
                (p)->adc.sense[1],                                      \