summaryrefslogtreecommitdiff
path: root/src/core/ao_telemetry.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-02-22 17:38:29 -0800
committerKeith Packard <keithp@keithp.com>2013-02-22 17:44:28 -0800
commit7faafb63d9d4959b796504e04e0a54f47d020f33 (patch)
tree1327c023f2396549b9e5b5960555eef4b8ab74de /src/core/ao_telemetry.c
parent7a0cce7fa0c802b1597fef94cfaf00aa0c28c988 (diff)
Add TeleBalloon v1.2 supportbranch-1.1
Fix up the teleballoon code to run on firmware version 1.1, add TeleBalloon v1.2 product. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_telemetry.c')
-rw-r--r--src/core/ao_telemetry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_telemetry.c b/src/core/ao_telemetry.c
index 52ac9489..3d35ce1a 100644
--- a/src/core/ao_telemetry.c
+++ b/src/core/ao_telemetry.c
@@ -26,7 +26,7 @@ static __pdata uint16_t ao_rdf_time;
#define AO_SEND_MEGA 1
#endif
-#if defined(TELEMETRUM_V_0_1) || defined(TELEMETRUM_V_0_2) || defined(TELEMETRUM_V_1_0) || defined(TELEMETRUM_V_1_1) || defined(TELEBALLOON_V_1_1) || defined(TELEMETRUM_V_1_2)
+#if defined(TELEMETRUM_V_0_1) || defined(TELEMETRUM_V_0_2) || defined(TELEMETRUM_V_1_0) || defined(TELEMETRUM_V_1_1) || defined(TELEBALLOON_V_1_1) || defined(TELEMETRUM_V_1_2) || defined(TELEBALLOON_V_1_2)
#define AO_TELEMETRY_SENSOR AO_TELEMETRY_SENSOR_TELEMETRUM
#endif