mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Remove remaining blank overwrite in OSD elements
This commit is contained in:
parent
13389970c4
commit
f759ba75d7
2 changed files with 6 additions and 19 deletions
|
@ -766,7 +766,7 @@ TEST(OsdTest, TestElementAltitude)
|
|||
osdRefresh(simulationTime);
|
||||
|
||||
// then
|
||||
displayPortTestBufferSubstring(23, 7, "- ");
|
||||
displayPortTestBufferSubstring(23, 7, "%c-", SYM_ALTITUDE);
|
||||
|
||||
// when
|
||||
sensorsSet(SENSOR_GPS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue