Fix bug on gK5startup

This commit is contained in:
Armel FAUVEAU
2024-03-14 20:04:43 +01:00
parent 30ddca45d5
commit 3ad2983baf

View File

@@ -66,6 +66,8 @@ static void BACKLIGHT_Sound(void)
AUDIO_PlayBeep(BEEP_880HZ_60MS_TRIPLE_BEEP); AUDIO_PlayBeep(BEEP_880HZ_60MS_TRIPLE_BEEP);
gK5startup = false; gK5startup = false;
} }
else
gK5startup = false;
} }