1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +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

@ -1008,7 +1008,7 @@ static void osdElementRtcTime(osdElementParms_t *element)
#ifdef USE_RX_RSSI_DBM
static void osdElementRssiDbm(osdElementParms_t *element)
{
tfp_sprintf(element->buff, "%c%3d", SYM_RSSI, getRssiDbm() * -1 );
tfp_sprintf(element->buff, "%c%3d", SYM_RSSI, getRssiDbm() * -1);
}
#endif // USE_RX_RSSI_DBM