Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[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;