Micor correction
This commit is contained in:
parent
84972e99c9
commit
08febb24ea
|
@ -70,6 +70,7 @@ void IoDoBeep(void)
|
||||||
{
|
{
|
||||||
if (KeIdtIsInitialized)
|
if (KeIdtIsInitialized)
|
||||||
IoDoTone(1000, 100);
|
IoDoTone(1000, 100);
|
||||||
|
IoQuietSpeaker();
|
||||||
}
|
}
|
||||||
|
|
||||||
void IoDoBeepNoIdt(void)
|
void IoDoBeepNoIdt(void)
|
||||||
|
|
Loading…
Reference in New Issue