altos: Switch all tick variables to AO_TICK_TYPE/AO_TICK_SIGNED
[fw/altos] / src / stm-demo / ao_pins.h
index 2b4c5ab0f31a70766e33badbba78bfd3d2136182..9d1e753fb6a0825269824e990be3724e6646fba2 100644 (file)
 #define AO_ADC_RING            32
 
 struct ao_adc {
-       uint16_t                tick;
+       AO_TICK_TYPE            tick;
        int16_t                 idd;
        int16_t                 temp;
        int16_t                 vref;