ACM : Fix for reloading the user DCM gains upon arming

This commit is contained in:
Jason Short 2012-08-18 13:17:43 -07:00
parent 5684934989
commit 89784b99cf
1 changed files with 4 additions and 0 deletions

View File

@ -158,6 +158,10 @@ static void init_arm_motors()
// temp hack
motor_light = true;
digitalWrite(A_LED_PIN, LED_ON);
// revert back to user default
ahrs._kp.load();
ahrs._kp_yaw.load();
}