mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
parent
4de7630286
commit
4c96dbad4e
27 changed files with 374 additions and 2 deletions
|
@ -1128,6 +1128,14 @@ union ReusableBuffer
|
|||
uint8_t moduleOFF;
|
||||
} spectrumAnalyser;
|
||||
|
||||
#if defined(GHOST)
|
||||
struct {
|
||||
GhostMenuData line[GHST_MENU_LINES + 1];
|
||||
uint8_t menuAction;
|
||||
uint8_t buttonAction;
|
||||
} ghostMenu;
|
||||
#endif
|
||||
|
||||
struct {
|
||||
uint32_t freq;
|
||||
int16_t power;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue