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

fix power-on-password compile error

This commit is contained in:
OneOfEleven
2023-10-26 14:10:11 +01:00
parent 39fdb7ed33
commit 045768a2c3
5 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ void UI_DisplayLock(void)
case KEY_7:
case KEY_8:
case KEY_9:
INPUTBOX_Append(Key - KEY_0);
INPUTBOX_append(Key - KEY_0);
if (g_input_box_index < 6) // 6 frequency digits
{