mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
BEEP fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
(void)argc; (void)argv;
|
||||
sys_system(14, 392, 400, 0, 0);
|
||||
printf("BEEP!\n");
|
||||
sys_system(14, 1000, 100, 0, 0); // SYSTEM_CMD_BEEP (freq, ms)
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user