Skip to content

Commit d8f5b83

Browse files
author
philmoz
committed
Windows build again!
1 parent 35a843d commit d8f5b83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

radio/src/datastructs_private.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,17 +1098,17 @@ PACK(struct RadioData {
10981098
NOBACKUP(int16_t radioTrainerDisabled:1);
10991099
NOBACKUP(int16_t modelHeliDisabled:1);
11001100
NOBACKUP(int16_t modelFMDisabled:1);
1101-
NOBACKUP(int8_t modelCurvesDisabled:1);
1102-
NOBACKUP(int8_t modelGVDisabled:1);
1101+
NOBACKUP(int16_t modelCurvesDisabled:1);
1102+
NOBACKUP(int16_t modelGVDisabled:1);
11031103

11041104
NOBACKUP(int16_t volumeSrc:10 CUST(r_mixSrcRawEx,w_mixSrcRawEx));
11051105

1106-
NOBACKUP(int8_t modelLSDisabled:1);
1107-
NOBACKUP(int8_t modelSFDisabled:1);
1108-
NOBACKUP(int8_t modelCustomScriptsDisabled:1);
1109-
NOBACKUP(int8_t modelTelemetryDisabled:1);
1110-
NOBACKUP(int8_t disableTrainerPoweroffAlarm:1);
1111-
NOBACKUP(int8_t disablePwrOnOffHaptic:1);
1106+
NOBACKUP(int16_t modelLSDisabled:1);
1107+
NOBACKUP(int16_t modelSFDisabled:1);
1108+
NOBACKUP(int16_t modelCustomScriptsDisabled:1);
1109+
NOBACKUP(int16_t modelTelemetryDisabled:1);
1110+
NOBACKUP(int16_t disableTrainerPoweroffAlarm:1);
1111+
NOBACKUP(int16_t disablePwrOnOffHaptic:1);
11121112

11131113
NOBACKUP(uint8_t modelQuickSelect:1);
11141114

0 commit comments

Comments
 (0)