From 80e5eaa5e873b10d5164f39ea32e7d989e64451d Mon Sep 17 00:00:00 2001 From: laz2wiringpi Date: Sun, 5 May 2019 17:27:29 -0400 Subject: [PATCH] fix space --- src/main/rx/crsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/rx/crsf.c b/src/main/rx/crsf.c index 21996859c8..57b580bbd7 100644 --- a/src/main/rx/crsf.c +++ b/src/main/rx/crsf.c @@ -184,7 +184,7 @@ static void handleCrsfLinkStatisticsFrame(const crsfLinkStatistics_t* statsPtr, #if defined(USE_CRSF_LINK_STATISTICS) static void crsfCheckRssi(uint32_t currentTimeUs) { - if ( cmpTimeUs(currentTimeUs, lastLinkStatisticsFrameUs) > CRSF_LINK_STATUS_UPDATE_TIMEOUT_US) { + if (cmpTimeUs(currentTimeUs, lastLinkStatisticsFrameUs) > CRSF_LINK_STATUS_UPDATE_TIMEOUT_US) { if (rssiSource == RSSI_SOURCE_RX_PROTOCOL_CRSF) { setRssiDirect(0, RSSI_SOURCE_RX_PROTOCOL_CRSF); }