Copter: THR_ACCEL_IMAX default to 800

This commit is contained in:
Randy Mackay 2014-09-12 15:04:29 +09:00
parent 5fd39ce436
commit 0a3ec84e86
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@
# define THROTTLE_ACCEL_D 0.0f
#endif
#ifndef THROTTLE_ACCEL_IMAX
# define THROTTLE_ACCEL_IMAX 500
# define THROTTLE_ACCEL_IMAX 800
#endif
// default maximum vertical velocity and acceleration the pilot may request