mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Compilation fix
This commit is contained in:
parent
6fac983c8a
commit
1f87920fe4
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ PACK(struct RadioData {
|
|||
NOBACKUP(int8_t txVoltageCalibration);
|
||||
NOBACKUP(int8_t backlightMode);
|
||||
NOBACKUP(TrainerData trainer);
|
||||
NOBACKUP(uint8_t _view); // index of view in main screen
|
||||
NOBACKUP(uint8_t view); // index of view in main screen
|
||||
NOBACKUP(int8_t buzzerMode:2); // -2=quiet, -1=only alarms, 0=no keys, 1=all
|
||||
NOBACKUP(uint8_t fai:1);
|
||||
NOBACKUP(int8_t beepMode:2); // -2=quiet, -1=only alarms, 0=no keys, 1=all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue