Skip to content
Snippets Groups Projects
Commit 409c147c authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

ACM: fixed heli build

parent 5d7c571f
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ get_stabilize_yaw(int32_t target_angle)
// do not use rate controllers for helicotpers with external gyros
#if FRAME_CONFIG == HELI_FRAME
if(!g.heli_ext_gyro_enabled){
output = get_rate_yaw(target_rate) + iterm;
output = get_rate_yaw(target_rate) + i_term;
}else{
output = constrain((target_rate + i_term), -4500, 4500);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment