altos: Switch all tick variables to AO_TICK_TYPE/AO_TICK_SIGNED
[fw/altos] / src / telefireeight-v2.0 / ao_pins.h
index a71eb441046a6ca1891fc580016c6d6fb19a3797..e3e8876200728182bd81e55edd7bd697fe9ce49f 100644 (file)
@@ -294,7 +294,7 @@ struct ao_adc {
 };
 
 #define AO_ADC_DUMP(p)                                                 \
-       printf ("tick: %5u "                                            \
+       printf ("tick: %5lu "                                           \
                "0: %5d 1: %5d 2: %5d 3: %5d "                          \
                "4: %5d 5: %5d 6: %5d 7: %5d "                          \
                "pyro: %5d batt: %5d\n",                                \