Adding compander
This commit is contained in:
@@ -190,7 +190,7 @@ void SETTINGS_SaveChannel(uint8_t Channel, uint8_t VFO, const VFO_Info_t *pVFO,
|
||||
OffsetVFO += (Channel - FREQ_CHANNEL_FIRST) * 32;
|
||||
}
|
||||
|
||||
if (Mode == 2 || !IS_MR_CHANNEL(Channel))
|
||||
if (Mode >= 2 || !IS_MR_CHANNEL(Channel))
|
||||
{
|
||||
uint32_t State32[2];
|
||||
uint8_t State8[8];
|
||||
|
Reference in New Issue
Block a user