summaryrefslogtreecommitdiff
path: root/src/cc1111/ao_pins.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-07-02 22:31:59 -0700
committerKeith Packard <keithp@keithp.com>2014-07-05 00:38:10 -0700
commitaba1703a1cff3da001d64bf2d15a591816e3350e (patch)
treec87acdc0d88eb0b2f9daf1a2c6c7df4e4d8d924a /src/cc1111/ao_pins.h
parentc20ddde2f9eb0ad8dbb982e9d0cbe91639160a34 (diff)
altos/cc1111: Add 2400 and 9600 baud telemetry rate support
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111/ao_pins.h')
-rw-r--r--src/cc1111/ao_pins.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h
index 2d524188..83a3c774 100644
--- a/src/cc1111/ao_pins.h
+++ b/src/cc1111/ao_pins.h
@@ -57,6 +57,7 @@
#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)
@@ -98,6 +99,7 @@
#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)
@@ -139,6 +141,7 @@
#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)