File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments