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:
commit
197ca28ece
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user