mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fixed intentation in 'fc_core.c'.
This commit is contained in:
parent
664f69ce8a
commit
0331c1f2f6
1 changed files with 3 additions and 1 deletions
|
@ -407,7 +407,9 @@ void processRx(timeUs_t currentTimeUs)
|
|||
const throttleStatus_e throttleStatus = calculateThrottleStatus();
|
||||
|
||||
if (isAirmodeActive() && ARMING_FLAG(ARMED)) {
|
||||
if (rcData[THROTTLE] >= rxConfig()->airModeActivateThreshold) airmodeIsActivated = true; // Prevent Iterm from being reset
|
||||
if (rcData[THROTTLE] >= rxConfig()->airModeActivateThreshold) {
|
||||
airmodeIsActivated = true; // Prevent Iterm from being reset
|
||||
}
|
||||
} else {
|
||||
airmodeIsActivated = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue