Lowering the throttle_P values by default

This commit is contained in:
Jason Short 2012-01-29 16:27:13 -08:00
parent 650c0ed3f1
commit 02aacc454b
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@
// RATE control
#ifndef THROTTLE_P
# define THROTTLE_P 0.5 //
# define THROTTLE_P 0.35 //
#endif
#ifndef THROTTLE_I
# define THROTTLE_I 0.0 //