1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2016-06-11 18:40:45 +02:00
parent 6fac983c8a
commit 1f87920fe4

View file

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