Skip to content
Snippets Groups Projects
Commit b67ac101 authored by deuce's avatar deuce
Browse files

The ioctl() delays, don't need SLEEP()

parent 09c75ae3
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,6 @@ void DLLCALL unix_beep(int freq, int dur)
tone.frequency=freq;
tone.duration=dur;
ioctl(speaker_fd,SPKRTONE,&tone);
SLEEP(dur);
close(speaker_fd);
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment