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:
parent
15241b1955
commit
089042e136
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ static void osdDrawSingleElement(uint8_t item)
|
|||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
return;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue