Skip to content

Commit 4d8a8d7

Browse files
committed
Shorten startup sound
1 parent 36c9f50 commit 4d8a8d7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/shell/shell.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,6 @@ void shell_run() {
193193
print_prompt();
194194
prompt_start_vga_pos = get_cursor();
195195

196-
beep(280, 100);
197-
beep(200, 200);
198-
beep(340, 100);
199-
delay(100);
200-
beep(200, 200);
201-
beep(400, 100);
202-
delay(100);
203196
beep(420, 100);
204197
beep(480, 100);
205198
beep(420, 200);

0 commit comments

Comments
 (0)