mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Minor formatting fix.
This commit is contained in:
parent
662dcc2920
commit
80e660140e
1 changed files with 1 additions and 2 deletions
|
@ -128,8 +128,7 @@ bool determineNewTelemetryEnabledState(void)
|
|||
if (isSmartPortTimedOut()) {
|
||||
enabled = false;
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
if (telemetryConfig->telemetry_switch)
|
||||
enabled = IS_RC_MODE_ACTIVE(BOXTELEMETRY);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue