1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

CF/BF - fix OSD battery warning when there is no warning to display.

This commit is contained in:
Hydra 2017-03-16 21:55:17 +00:00 committed by Dominic Clifton
parent 15241b1955
commit 089042e136

View file

@ -426,7 +426,7 @@ static void osdDrawSingleElement(uint8_t item)
break;
default:
break;
return;
}
break;
}