diff --git a/Nasal/FMGC-b.nas b/Nasal/FMGC-b.nas
index 4038c1cb..e921a3d5 100644
--- a/Nasal/FMGC-b.nas
+++ b/Nasal/FMGC-b.nas
@@ -638,7 +638,7 @@ var ap_various = func {
}
if (getprop("/it-autoflight/output/ap1") == 1 or getprop("/it-autoflight/output/ap2") == 1) {
- if (getprop("/controls/flight/aileron") > 0.3 or getprop("/controls/flight/aileron") < -0.2 or getprop("/controls/flight/elevator") > 0.3 or getprop("/controls/flight/elevator") < -0.2) {
+ if (getprop("/controls/flight/aileron") > 0.2 or getprop("/controls/flight/aileron") < -0.2 or getprop("/controls/flight/elevator") > 0.2 or getprop("/controls/flight/elevator") < -0.2) {
setprop("/it-autoflight/input/ap1", 0);
setprop("/it-autoflight/input/ap2", 0);
}
diff --git a/Systems/a320-fcs.xml b/Systems/a320-fcs.xml
index 04c5f8e1..c53bf1bc 100644
--- a/Systems/a320-fcs.xml
+++ b/Systems/a320-fcs.xml
@@ -25,7 +25,7 @@
hydraulics/aileron-droop
-1.0
-
+ -
@@ -646,8 +646,8 @@
velocities/ve-kts
- 30 0.00
- 60 2.00
+ 30 0.00
+ 60 2.00
@@ -661,8 +661,8 @@
velocities/ve-kts
- 30 0.0
- 31 1.0
+ 30 0.0
+ 31 1.0
diff --git a/revision.txt b/revision.txt
index ba509063..47d35113 100644
--- a/revision.txt
+++ b/revision.txt
@@ -1 +1 @@
-4221
\ No newline at end of file
+4222
\ No newline at end of file