1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

Micor correction

This commit is contained in:
Adrien Bourmault 2019-11-28 13:05:27 +01:00
parent 84972e99c9
commit 08febb24ea

View File

@ -70,6 +70,7 @@ void IoDoBeep(void)
{
if (KeIdtIsInitialized)
IoDoTone(1000, 100);
IoQuietSpeaker();
}
void IoDoBeepNoIdt(void)