mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
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