Merge branch 'BetterBeep'
This commit is contained in:
commit
197ca28ece
|
@ -68,10 +68,11 @@ static void IoDoToneNoIdt(uint tone, uint time)
|
||||||
|
|
||||||
void IoDoBeep(void)
|
void IoDoBeep(void)
|
||||||
{
|
{
|
||||||
if (KeIdtIsInitialized)
|
if (KeIdtIsInitialized) {
|
||||||
IoDoTone(1000, 100);
|
IoDoTone(1000, 100);
|
||||||
IoQuietSpeaker();
|
IoQuietSpeaker();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void IoDoBeepNoIdt(void)
|
void IoDoBeepNoIdt(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue