Micor correction

This commit is contained in:
Adrien Bourmault 2019-11-28 13:05:27 +01:00
parent 84972e99c9
commit 08febb24ea
1 changed files with 1 additions and 0 deletions

View File

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