Minor Gain fix. Roll and Pitch were sligtly different. Not enough to merit any point revision.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2383 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-05-23 19:33:18 +00:00
parent 9e01cf9eb9
commit 0c334938b6
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@
#endif
#ifndef STABILIZE_PITCH_P
# define STABILIZE_PITCH_P 0.48
# define STABILIZE_PITCH_P 0.54
#endif
#ifndef STABILIZE_PITCH_I
# define STABILIZE_PITCH_I 0.025