altos: Switch all tick variables to AO_TICK_TYPE/AO_TICK_SIGNED
[fw/altos] / src / stm-vga / ao_pins.h
index 8503c4fd2eebade428b724ecd10260fd3bfce0bf..6cbf0a4b58b22adb686dcfff986ed9e516b6e51e 100644 (file)
@@ -71,7 +71,6 @@
 #define HAS_USB                        1
 #define HAS_BEEP               0
 #define PACKET_HAS_SLAVE       0
-#define HAS_TASK_QUEUE         1
 
 #define CONSOLE_STDIN          1
 
 #define AO_ADC_RING            32
 
 struct ao_adc {
-       uint16_t                tick;
+       AO_TICK_TYPE            tick;
        int16_t                 idd;
        int16_t                 temp;
        int16_t                 vref;