mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Whitespace
This commit is contained in:
parent
8226922d46
commit
cdb3cc0dd3
1 changed files with 3 additions and 3 deletions
|
@ -250,9 +250,9 @@ static void pidMultiWii(pidProfile_t *pidProfile, controlRateConfig_t *controlRa
|
||||||
axisPID[axis] = PTerm + ITerm - DTerm;
|
axisPID[axis] = PTerm + ITerm - DTerm;
|
||||||
|
|
||||||
#ifdef BLACKBOX
|
#ifdef BLACKBOX
|
||||||
axisP[axis] = PTerm;
|
axisP[axis] = PTerm;
|
||||||
axisI[axis] = ITerm;
|
axisI[axis] = ITerm;
|
||||||
axisD[axis] = -DTerm;
|
axisD[axis] = -DTerm;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue