Closedown
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user