mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
Fix Ghost menu glitch
This commit is contained in:
parent
4555be0286
commit
2dfa8a80ab
3 changed files with 4 additions and 4 deletions
|
@ -1131,6 +1131,7 @@ union ReusableBuffer
|
|||
#if defined(GHOST)
|
||||
struct {
|
||||
GhostMenuData line[GHST_MENU_LINES + 1];
|
||||
uint8_t menuFlags;
|
||||
uint8_t menuAction;
|
||||
uint8_t buttonAction;
|
||||
} ghostMenu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue