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:
parent
c1510c9f27
commit
15c25520e3
5 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue