ENABLE_FEAT_F4HWN_RESUME_STATE rename

This commit is contained in:
Armel FAUVEAU
2025-02-14 23:16:39 +01:00
parent a118418649
commit e881f17f12
9 changed files with 17 additions and 17 deletions

View File

@@ -217,7 +217,7 @@ typedef struct {
bool SCAN_LIST_ENABLED[3];
uint8_t SCANLIST_PRIORITY_CH1[3];
uint8_t SCANLIST_PRIORITY_CH2[3];
#ifdef ENABLE_FEAT_F4HWN_RESTORE_SCAN
#ifdef ENABLE_FEAT_F4HWN_RESUME_STATE
uint8_t CURRENT_STATE;
uint8_t CURRENT_LIST;
#endif
@@ -321,7 +321,7 @@ void SETTINGS_SaveChannel(uint8_t Channel, uint8_t VFO, const VFO_Info_t *pVFO,
void SETTINGS_SaveBatteryCalibration(const uint16_t * batteryCalibration);
void SETTINGS_UpdateChannel(uint8_t channel, const VFO_Info_t *pVFO, bool keep, bool check, bool save);
void SETTINGS_WriteBuildOptions(void);
#ifdef ENABLE_FEAT_F4HWN_RESTORE_SCAN
#ifdef ENABLE_FEAT_F4HWN_RESUME_STATE
void SETTINGS_WriteCurrentState(void);
#endif
#ifdef ENABLE_FEAT_F4HWN_VOL