Opening up the Yaw Rate constraint for Trad Heli.

This commit is contained in:
Robert Lefebvre 2012-06-07 22:40:25 -04:00
parent 1b789b7928
commit 3e6f37d540

View File

@ -255,7 +255,7 @@ get_rate_yaw(int32_t target_rate)
// output control:
#if FRAME_CONFIG == HELI_FRAME
int16_t yaw_limit = 2800 + abs(g.rc_4.control_in);
int16_t yaw_limit = 4500;
#else
int16_t yaw_limit = 1400 + abs(g.rc_4.control_in);
#endif