altos: Switch all tick variables to AO_TICK_TYPE/AO_TICK_SIGNED
[fw/altos] / src / telebt-v3.0 / ao_pins.h
index 61cbe9bba62fa2a9ffea5b0844fd52b4a3e1907a..bb9d43a753e4912d44fcbe4915ab1fb178743d7f 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef _AO_PINS_H_
 #define _AO_PINS_H_
 
-#define HAS_TASK_QUEUE         1
 
 /* 8MHz High speed external crystal */
 #define AO_HSE                 8000000
@@ -80,6 +79,7 @@
 #define HAS_TELEMETRY          0
 #define HAS_APRS               0
 #define HAS_ACCEL              0
+#define HAS_AES                        1
 
 #define HAS_SPI_1              1
 #define SPI_1_PA5_PA6_PA7      1       /* CC1200 */
@@ -136,7 +136,7 @@ struct ao_adc {
 };
 
 #define AO_ADC_DUMP(p) \
-       printf("tick: %5u batt %5d\n", \
+       printf("tick: %5lu batt %5d\n", \
               (p)->tick, \
               (p)->adc.v_batt);