Deleted incorrect comment.

This commit is contained in:
DualTachyon 2023-09-07 21:05:02 +01:00 committed by GitHub
parent 4362a03bc1
commit 6bbab9bfa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ void SETTINGS_SaveChannel(uint8_t Channel, uint8_t VFO, const VFO_Info_t *pVFO,
OffsetVFO = 0x0C90 + ((Channel - FREQ_CHANNEL_FIRST) * 32);
}
}
// Mode 2 == Delete
if (Mode == 2 || !IS_MR_CHANNEL(Channel)) {
uint32_t State32[2];
uint8_t State8[8];