mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Fix stale comment in autotune.
This commit is contained in:
parent
febf80915f
commit
a810df4228
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ static autotunePhase_e nextPhase = FIRST_TUNE_PHASE;
|
||||||
|
|
||||||
static float targetAngle = 0;
|
static float targetAngle = 0;
|
||||||
static float targetAngleAtPeak;
|
static float targetAngleAtPeak;
|
||||||
static float firstPeakAngle, secondPeakAngle; // deci dgrees, 180 deg = 1800
|
static float firstPeakAngle, secondPeakAngle; // in degrees
|
||||||
|
|
||||||
typedef struct fp_pid {
|
typedef struct fp_pid {
|
||||||
float p;
|
float p;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue