const renames + display updates

This commit is contained in:
OneOfEleven
2023-09-16 17:16:36 +01:00
parent e5c7c81276
commit 7bd011b057
17 changed files with 110 additions and 410 deletions

View File

@@ -67,7 +67,7 @@ void UI_DisplayLock(void)
if (gKeyReading0 == Key)
{
if (++gDebounceCounter == key_debounce)
if (++gDebounceCounter == key_debounce_10ms)
{
if (Key == KEY_INVALID)
{