Closedown

This commit is contained in:
gac-S_Changer
2017-06-27 15:43:26 +02:00
parent 1f357dac8f
commit bc8a8f0cf4

View File

@@ -62,7 +62,7 @@ public class Beeper extends DeviceBase {
}
public void sleep(int duration){
Kernel32.SYNC_INSTANCE.Sleep(duration);
Kernel32.SYNC_INSTANCE.Sleep(duration);
}
public void beep(int frequency, int duration){