lowered minimum throttle

This commit is contained in:
Jason Short 2012-06-20 08:47:05 -07:00
parent 27e0aee03f
commit 4f18e7f80b
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@
# define THROTTLE_FAILSAFE_ACTION 2 # define THROTTLE_FAILSAFE_ACTION 2
#endif #endif
#ifndef MINIMUM_THROTTLE #ifndef MINIMUM_THROTTLE
# define MINIMUM_THROTTLE 200 # define MINIMUM_THROTTLE 120
#endif #endif
#ifndef MAXIMUM_THROTTLE #ifndef MAXIMUM_THROTTLE
# define MAXIMUM_THROTTLE 1000 # define MAXIMUM_THROTTLE 1000