Merge remote-tracking branch 'origin/master'

This commit is contained in:
Nicholas Sherlock 2015-01-27 01:43:48 +13:00
commit 5bc4693b7d
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static autotunePhase_e nextPhase = FIRST_TUNE_PHASE;
static float targetAngle = 0;
static float targetAngleAtPeak;
static float firstPeakAngle, secondPeakAngle; // deci dgrees, 180 deg = 1800
static float firstPeakAngle, secondPeakAngle; // in degrees
typedef struct fp_pid {
float p;