From 33bd3594631d442151cc2c0fa58aba709ad5290e Mon Sep 17 00:00:00 2001 From: floaledm Date: Thu, 1 Sep 2016 10:46:35 -0500 Subject: [PATCH] AP_Frsky_Telem: LANDCOMPLETE switched to to ISFLYING flag --- libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp | 4 ++-- libraries/AP_Frsky_Telem/AP_Frsky_Telem.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp b/libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp index 1f8a5a7979..94e4dbcc8a 100644 --- a/libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp +++ b/libraries/AP_Frsky_Telem/AP_Frsky_Telem.cpp @@ -638,8 +638,8 @@ uint32_t AP_Frsky_Telem::calc_ap_status(void) ap_status = (uint8_t)((_ap.control_mode+1) & AP_CONTROL_MODE_LIMIT); // simple/super simple modes flags ap_status |= (uint8_t)(*_ap.value & AP_SSIMPLE_FLAGS)<