Copter: Rate Pitch IMAX default to 1000

Spotted by Jonathan Challinger, thanks!
This commit is contained in:
Randy Mackay 2014-10-07 21:06:43 +09:00
parent e0caee9500
commit 2f3f1a1d5e

View File

@ -634,7 +634,7 @@
# define RATE_PITCH_D 0.004f
#endif
#ifndef RATE_PITCH_IMAX
# define RATE_PITCH_IMAX 500
# define RATE_PITCH_IMAX 1000
#endif
#ifndef RATE_YAW_P