altos: Rework packet receive for cc1120
[fw/altos] / src / cc1111 / ao_pins.h
index 2d524188679a211d3bc1af7e1f0b8327144edccf..1bc3d716004503bc4d0e2ad4f463cb53824c1b6c 100644 (file)
@@ -57,6 +57,8 @@
        #define HAS_IGNITE              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_1)
        #define HAS_IGNITE              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_IGNITE              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(TELEDONGLE_V_0_2)