This commit is contained in:
boreddevnl 2026-02-27 23:31:13 +01:00
parent 8a6928b5c9
commit 9ae0b16b71
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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;
} }