1
0
Fork 0
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:
Miguel Angel Mulero Martinez 2019-06-12 08:48:29 +02:00
parent 13389970c4
commit f759ba75d7
2 changed files with 6 additions and 19 deletions

View file

@ -766,7 +766,7 @@ TEST(OsdTest, TestElementAltitude)
osdRefresh(simulationTime);
// then
displayPortTestBufferSubstring(23, 7, "- ");
displayPortTestBufferSubstring(23, 7, "%c-", SYM_ALTITUDE);
// when
sensorsSet(SENSOR_GPS);