mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
fix space
This commit is contained in:
parent
90c3970588
commit
80e5eaa5e8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue