1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

add missing code

cleanup space(s)
comment 
move define define in post  add to pre
This commit is contained in:
laz2wiringpi 2019-05-21 16:40:21 -04:00
parent c1510c9f27
commit 15c25520e3
5 changed files with 7 additions and 7 deletions

View file

@ -643,8 +643,8 @@ static uint8_t osdShowStats(uint16_t endBatteryVoltage, int statsRowCount)
#ifdef USE_RX_RSSI_DBM
if (osdStatGetState(OSD_STAT_MIN_RSSI_DBM)) {
itoa(stats.min_rssi_dbm, buff, 10);
osdDisplayStatisticLabel(top++, "MAX RSSI DBM", buff);
tfp_sprintf(buff, "%3d", stats.min_rssi_dbm * -1);
osdDisplayStatisticLabel(top++, "MIN RSSI DBM", buff);
}
#endif