1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +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:
Michael Keller 2018-07-15 16:15:17 +12:00 committed by GitHub
commit f40b5979f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -800,8 +800,8 @@ static bool osdDrawSingleElement(uint8_t item)
if (escWarningCount > 0) {
osdFormatMessage(buff, OSD_FORMAT_MESSAGE_BUFFER_SIZE, escWarningMsg);
break;
}
break;
}
#endif