Skip to content

Commit 6a77be5

Browse files
committed
Update osd.c
1 parent 823aa82 commit 6a77be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/io/osd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ static bool osdDrawSingleElement(uint8_t item)
17171717
if (osdRssi < 100)
17181718
tfp_sprintf(buff + 1, "%2d", osdRssi);
17191719
else
1720-
tfp_sprintf(buff + 1, " %c", SYM_MAX);
1720+
tfp_sprintf(buff + 1, "%c ", SYM_MAX);
17211721

17221722
if (osdRssi < osdConfig()->rssi_alarm) {
17231723
TEXT_ATTRIBUTES_ADD_BLINK(elemAttr);

0 commit comments

Comments
 (0)