0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 06:39:49 +03:00

fix compile problem

This commit is contained in:
OneOfEleven
2023-10-25 09:03:46 +01:00
parent 5b5259c17d
commit 216cc027cf
5 changed files with 32 additions and 9 deletions

View File

@ -51,7 +51,7 @@
#ifdef ENABLE_F_CAL_MENU
void writeXtalFreqCal(const int32_t value, const bool update_eeprom)
{
BK4819_WriteRegister(BK4819_REG_3B, 22656 + value);
BK4819_WriteRegister(0x3B, 22656 + value);
if (update_eeprom)
{