File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -1092,17 +1092,17 @@ PACK(struct RadioData {
10921092 NOBACKUP (int16_t radioTrainerDisabled :1 );
10931093 NOBACKUP (int16_t modelHeliDisabled :1 );
10941094 NOBACKUP (int16_t modelFMDisabled :1 );
1095- NOBACKUP (int8_t modelCurvesDisabled :1 );
1096- NOBACKUP (int8_t modelGVDisabled :1 );
1095+ NOBACKUP (int16_t modelCurvesDisabled :1 );
1096+ NOBACKUP (int16_t modelGVDisabled :1 );
10971097
10981098 NOBACKUP (int16_t volumeSrc :10 CUST (r_mixSrcRawEx ,w_mixSrcRawEx ));
10991099
1100- NOBACKUP (int8_t modelLSDisabled :1 );
1101- NOBACKUP (int8_t modelSFDisabled :1 );
1102- NOBACKUP (int8_t modelCustomScriptsDisabled :1 );
1103- NOBACKUP (int8_t modelTelemetryDisabled :1 );
1104- NOBACKUP (int8_t disableTrainerPoweroffAlarm :1 );
1105- NOBACKUP (int8_t disablePwrOnOffHaptic :1 );
1100+ NOBACKUP (int16_t modelLSDisabled :1 );
1101+ NOBACKUP (int16_t modelSFDisabled :1 );
1102+ NOBACKUP (int16_t modelCustomScriptsDisabled :1 );
1103+ NOBACKUP (int16_t modelTelemetryDisabled :1 );
1104+ NOBACKUP (int16_t disableTrainerPoweroffAlarm :1 );
1105+ NOBACKUP (int16_t disablePwrOnOffHaptic :1 );
11061106
11071107 NOBACKUP (uint8_t modelQuickSelect :1 );
11081108
Original file line number Diff line number Diff line change 5151 CASE_RTCLOCK (ITEM_RADIO_SETUP_TIME)
5252 CASE_AUDIO (ITEM_RADIO_SETUP_SOUND_LABEL)
5353 CASE_AUDIO (ITEM_RADIO_SETUP_BEEP_MODE)
54- CASE_BUZZER (ITEM_RADIO_SETUP_BUZZER_MODE)
5554 CASE_AUDIO (ITEM_RADIO_SETUP_SPEAKER_VOLUME)
5655 CASE_AUDIO (ITEM_RADIO_SETUP_BEEP_VOLUME)
5756 CASE_AUDIO (ITEM_RADIO_SETUP_BEEP_LENGTH)
@@ -180,7 +179,6 @@ void menuRadioSetup(event_t event)
180179 // Sound
181180 0 ,
182181 CASE_AUDIO (SOUND_ROW (0 ))
183- CASE_BUZZER (SOUND_ROW (0 ))
184182 CASE_AUDIO (SOUND_ROW (0 ))
185183 CASE_AUDIO (SOUND_ROW (0 ))
186184 CASE_AUDIO (SOUND_ROW (0 ))
You can’t perform that action at this time.
0 commit comments