From 0fb34a64b52c92c8ae21328fd6c1d520aed14d92 Mon Sep 17 00:00:00 2001 From: Zap Andersson Date: Sun, 20 Mar 2016 13:25:40 +0100 Subject: [PATCH] Fix tabs again --- src/main/flight/failsafe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/flight/failsafe.c b/src/main/flight/failsafe.c index 86384212ed..a553cb58f9 100644 --- a/src/main/flight/failsafe.c +++ b/src/main/flight/failsafe.c @@ -172,7 +172,7 @@ void failsafeUpdateState(void) bool failsafeSwitchIsOn = IS_RC_MODE_ACTIVE(BOXFAILSAFE); beeperMode_e beeperMode = BEEPER_SILENCE; - // Beep RX lost only if we are not seeing data and we have been armed earlier + // Beep RX lost only if we are not seeing data and we have been armed earlier if (!receivingRxData && ARMING_FLAG(WAS_EVER_ARMED)) { beeperMode = BEEPER_RX_LOST; }