1
0
Fork 0
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:
3djc 2020-11-22 13:52:56 +01:00
parent 4555be0286
commit 2dfa8a80ab
3 changed files with 4 additions and 4 deletions

View file

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