Plane: changed default THR_MAX to 100

we have left it at 75 for far too long
This commit is contained in:
Andrew Tridgell 2017-04-04 08:19:41 +10:00
parent 4055869d7f
commit 48ae2f2de0
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@
# define THROTTLE_CRUISE 45
#endif
#ifndef THROTTLE_MAX
# define THROTTLE_MAX 75
# define THROTTLE_MAX 100
#endif
//////////////////////////////////////////////////////////////////////////////