mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 15:08:37 +03:00
Code clean ups + first part of channel squelch (not yet implemented)
This commit is contained in:
@ -549,7 +549,7 @@ void AIRCOPY_process_fsk_rx_10ms(void)
|
||||
data[2] = false; // remove it
|
||||
}
|
||||
|
||||
EEPROM_WriteBuffer(eeprom_addr, data); // 8 bytes at a time
|
||||
EEPROM_WriteBuffer8(eeprom_addr, data); // 8 bytes at a time
|
||||
data += write_size / sizeof(data[0]);
|
||||
eeprom_addr += write_size;
|
||||
}
|
||||
|
Reference in New Issue
Block a user