mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
OMNIBUS build failed. OSD fumc prototype fixed.
This commit is contained in:
parent
bd2ded600c
commit
ff69a0c409
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ bool inMenu = false;
|
|||
|
||||
typedef void (* OSDMenuFuncPtr)(void *data);
|
||||
|
||||
void osdUpdate(uint8_t guiKey);
|
||||
void osdUpdate(uint32_t currentTime);
|
||||
char osdGetAltitudeSymbol();
|
||||
int32_t osdGetAltitude(int32_t alt);
|
||||
void osdOpenMenu(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue