summaryrefslogtreecommitdiff
path: root/src/ao_flight_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_flight_test.c')
-rw-r--r--src/ao_flight_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ao_flight_test.c b/src/ao_flight_test.c
index e0cfa47a..108d2c19 100644
--- a/src/ao_flight_test.c
+++ b/src/ao_flight_test.c
@@ -238,6 +238,8 @@ ao_sleep(void *wchan)
switch (type) {
case 'F':
ao_flight_ground_accel = a;
+ ao_config.accel_plus_g = a;
+ ao_config.accel_minus_g = a + 530;
ao_flight_started = 1;
break;
case 'S':