mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
added mdc1200 side tone/beeps
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
#ifdef ENABLE_F_CAL_MENU
|
||||
void writeXtalFreqCal(const int32_t value, const bool update_eeprom)
|
||||
{
|
||||
BK4819_WriteRegister(0x3B, 22656 + value);
|
||||
BK4819_write_reg(0x3B, 22656 + value);
|
||||
|
||||
if (update_eeprom)
|
||||
{
|
||||
|
Reference in New Issue
Block a user