cc1111: Wait for internal flash write to complete
[fw/altos] / src / cc1111 / ao_pins.h
index 83a3c774a3732ad50ee9f957e41b21b51c3e5d4f..e12f813f8b0b7f8a48fef078252f093de42bb615 100644 (file)
@@ -20,6 +20,8 @@
 
 #define HAS_RADIO              1
 #define DISABLE_LOG_SPACE      1
+#define AO_VALUE_32            0
+#define HAS_WIDE_GPS           0
 
 #if defined(TELEMETRUM_V_1_0)
        /* Discontinued and was never built with CC1111 chips needing this */
@@ -58,6 +60,7 @@
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
        #define HAS_RADIO_RATE          0       /* not enough space for this */
+       #define HAS_MUTEX_TRY           0
 #endif
 
 #if defined(TELEMETRUM_V_1_1)
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
        #define HAS_RADIO_RATE          0       /* not enough space for this */
+       #define HAS_MUTEX_TRY           0
 #endif
 
 #if defined(TELEMETRUM_V_1_2)
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
        #define HAS_RADIO_RATE          0       /* not enough space for this */
+       #define HAS_MUTEX_TRY           0
 #endif
 
 #if defined(TELEDONGLE_V_0_2)