mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Fix MSP removed parameter comment
This commit is contained in:
parent
813a02cb86
commit
78ba4ec863
1 changed files with 1 additions and 1 deletions
|
@ -3029,7 +3029,7 @@ static mspResult_e mspProcessInCommand(mspDescriptor_t srcDesc, int16_t cmdMSP,
|
|||
sbufReadU8(src); // was pidProfile.levelSensitivity
|
||||
}
|
||||
if (sbufBytesRemaining(src) >= 4) {
|
||||
sbufReadU16(src); // was currentPidProfile->itermAcceleratorGain
|
||||
sbufReadU16(src); // was currentPidProfile->itermThrottleThreshold
|
||||
currentPidProfile->anti_gravity_gain = sbufReadU16(src);
|
||||
}
|
||||
if (sbufBytesRemaining(src) >= 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue