From e4ca0e1c5cfe69864e9c796a711340518e8bfde1 Mon Sep 17 00:00:00 2001
From: Andrew Tridgell <tridge@samba.org>
Date: Fri, 14 Nov 2014 11:29:33 +1100
Subject: [PATCH] Plane: fixed comment on negative flaps

---
 ArduPlane/Attitude.pde | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ArduPlane/Attitude.pde b/ArduPlane/Attitude.pde
index 25c82e24b..4c3991fcb 100644
--- a/ArduPlane/Attitude.pde
+++ b/ArduPlane/Attitude.pde
@@ -683,8 +683,7 @@ static void flaperon_update(int8_t flap_percent)
     /*
       flaperons are implemented as a mixer between aileron and a
       percentage of flaps. Flap input can come from a manual channel
-      or from auto flaps. Note that negative manual flap percentages
-      are allowed, which give spoilerons
+      or from auto flaps.
      */
 
     // first map the amount of aileron roll to a 1000..2000 value
-- 
GitLab