1
0
Fork 0
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:
Dominic Clifton 2014-11-12 00:57:23 +00:00
parent 662dcc2920
commit 80e660140e

View file

@ -128,8 +128,7 @@ bool determineNewTelemetryEnabledState(void)
if (isSmartPortTimedOut()) {
enabled = false;
}
}
else {
} else {
if (telemetryConfig->telemetry_switch)
enabled = IS_RC_MODE_ACTIVE(BOXTELEMETRY);
else