1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Fix low priority warnings when ESC sensor enabled

This commit is contained in:
Miguel Angel Mulero Martinez 2018-07-12 09:16:00 +02:00
parent ac2f39a10c
commit b9633eb59d

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