1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +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()) { if (isSmartPortTimedOut()) {
enabled = false; enabled = false;
} }
} } else {
else {
if (telemetryConfig->telemetry_switch) if (telemetryConfig->telemetry_switch)
enabled = IS_RC_MODE_ACTIVE(BOXTELEMETRY); enabled = IS_RC_MODE_ACTIVE(BOXTELEMETRY);
else else