altos/cc1111: Add 2400 and 9600 baud telemetry rate support
[fw/altos] / src / cc1111 / ao_pins.h
index 2d524188679a211d3bc1af7e1f0b8327144edccf..83a3c774a3732ad50ee9f957e41b21b51c3e5d4f 100644 (file)
@@ -57,6 +57,7 @@
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
+       #define HAS_RADIO_RATE          0       /* not enough space for this */
 #endif
 
 #if defined(TELEMETRUM_V_1_1)
 #endif
 
 #if defined(TELEMETRUM_V_1_1)
@@ -98,6 +99,7 @@
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
+       #define HAS_RADIO_RATE          0       /* not enough space for this */
 #endif
 
 #if defined(TELEMETRUM_V_1_2)
 #endif
 
 #if defined(TELEMETRUM_V_1_2)
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
        #define HAS_IGNITE              1
        #define HAS_MONITOR             0
        #define HAS_TELEMETRY           1
+       #define HAS_RADIO_RATE          0       /* not enough space for this */
 #endif
 
 #if defined(TELEDONGLE_V_0_2)
 #endif
 
 #if defined(TELEDONGLE_V_0_2)