mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Tidy of osd.c
This commit is contained in:
parent
7861603c96
commit
30dfe0c3a5
4 changed files with 120 additions and 123 deletions
|
@ -266,7 +266,7 @@ static void taskTransponder(uint32_t currentTime)
|
|||
static void taskUpdateOsd(uint32_t currentTime)
|
||||
{
|
||||
if (feature(FEATURE_OSD)) {
|
||||
updateOsd(currentTime);
|
||||
osdUpdate(currentTime);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue