altosui: Add config and pyro tabs to graph widget
[fw/altos] / src / telebt-v3.0 / ao_pins.h
index 1f7af41bd2e983e4c28cbae05da00992542b8207..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);
 
@@ -197,7 +197,6 @@ struct ao_adc {
 #define AO_CC1200_SPI_CS_PIN   10
 #define AO_CC1200_SPI_BUS      AO_SPI_1_PA5_PA6_PA7
 #define AO_CC1200_SPI          stm_spi1
-#define AO_CC1200_SPI_SPEED    AO_SPI_SPEED_FAST
 
 #define AO_CC1200_INT_PORT             (&stm_gpiob)
 #define AO_CC1200_INT_PIN              (11)