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

Merge branch 'BetterBeep'

This commit is contained in:
Adrien Bourmault 2019-11-28 13:12:05 +01:00
commit 197ca28ece

View File

@ -68,9 +68,10 @@ static void IoDoToneNoIdt(uint tone, uint time)
void IoDoBeep(void)
{
if (KeIdtIsInitialized)
if (KeIdtIsInitialized) {
IoDoTone(1000, 100);
IoQuietSpeaker();
}
}
void IoDoBeepNoIdt(void)