mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
BEEP fix
This commit is contained in:
parent
8a6928b5c9
commit
9ae0b16b71
2 changed files with 1 additions and 1 deletions
BIN
boredos.iso
BIN
boredos.iso
Binary file not shown.
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
(void)argc; (void)argv;
|
(void)argc; (void)argv;
|
||||||
|
sys_system(14, 392, 400, 0, 0);
|
||||||
printf("BEEP!\n");
|
printf("BEEP!\n");
|
||||||
sys_system(14, 1000, 100, 0, 0); // SYSTEM_CMD_BEEP (freq, ms)
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue