From e25c114c6266ab92cbdbadbc30c70d295863a807 Mon Sep 17 00:00:00 2001
From: Joshua Davidson <joshuadavidson2000@gmail.com>
Date: Thu, 18 Oct 2018 16:39:48 -0400
Subject: [PATCH] Control: Fix Flap/Slat timing

---
 Systems/a320-fcs.xml | 6 +++---
 revision.txt         | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Systems/a320-fcs.xml b/Systems/a320-fcs.xml
index 462dbe5d..26cceec3 100644
--- a/Systems/a320-fcs.xml
+++ b/Systems/a320-fcs.xml
@@ -1741,12 +1741,12 @@
 		
 		<pure_gain name="fcs/flap-pos-gain">
 			<input>/controls/flight/flaps</input>
-			<gain>30.0</gain>
+			<gain>35.0</gain>
 		</pure_gain>
 		
 		<switch name="fcs/flap-pos-rate">
 			<default value="0.0"/>
-			<test logic="OR" value="0.85714285">
+			<test logic="OR" value="1.16666666">
 				/systems/hydraulic/green-psi ge 1500
 				/systems/hydraulic/yellow-psi ge 1500
 			</test>
@@ -1782,7 +1782,7 @@
 		
 		<switch name="fcs/slat-pos-rate">
 			<default value="0.0"/>
-			<test logic="OR" value="0.74074074">
+			<test logic="OR" value="1.35">
 				/systems/hydraulic/blue-psi ge 1500
 				/systems/hydraulic/green-psi ge 1500
 				/systems/hydraulic/yellow-psi ge 1500
diff --git a/revision.txt b/revision.txt
index 5780563a..cdc309eb 100644
--- a/revision.txt
+++ b/revision.txt
@@ -1 +1 @@
-4677
\ No newline at end of file
+4678
\ No newline at end of file