mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Merge pull request #6339 from McGiverGim/fix_osd_warnings_when_esc
Fix low priority warnings when ESC sensor enabled
This commit is contained in:
commit
f40b5979f4
1 changed files with 1 additions and 1 deletions
|
@ -800,8 +800,8 @@ static bool osdDrawSingleElement(uint8_t item)
|
||||||
|
|
||||||
if (escWarningCount > 0) {
|
if (escWarningCount > 0) {
|
||||||
osdFormatMessage(buff, OSD_FORMAT_MESSAGE_BUFFER_SIZE, escWarningMsg);
|
osdFormatMessage(buff, OSD_FORMAT_MESSAGE_BUFFER_SIZE, escWarningMsg);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue