1
0
Fork 0
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:
Martin Budden 2016-11-08 05:25:30 +00:00
parent 7861603c96
commit 30dfe0c3a5
4 changed files with 120 additions and 123 deletions

View file

@ -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