State: remove unused variable channelInfoUpdated

This commit is contained in:
Federico Amedeo Izzo 2021-02-10 20:31:38 +01:00 committed by Niccolò Izzo
parent 19838dbb38
commit b3e0f964a1
2 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ typedef struct
//time_t tx_status_tv;
//bool tx_status;
bool channelInfoUpdated;
uint16_t channel_index;
channel_t channel;
channel_t vfo_channel;

View File

@ -44,7 +44,6 @@ void state_init()
// Set default channel index (it is 1-based)
state.channel_index = 1;
state.channelInfoUpdated = true;
// Read VFO channel from Flash storage
if(nvm_readVFOChannelData(&state.channel) != 0)
{