hack to fix Motor lights when arming after init.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@3100 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-08-14 18:54:29 +00:00
parent 6b2139221d
commit 75114aa93f

View File

@ -49,6 +49,10 @@ static void arm_motors()
startup_ground(); startup_ground();
} }
// temp hack
motor_light = true;
digitalWrite(A_LED_PIN, HIGH);
// tune down compass // tune down compass
// ----------------- // -----------------
dcm.kp_yaw(0.08); dcm.kp_yaw(0.08);