Skip to content

Commit

Permalink
fix: Correct duration of beep tone 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Jan 6, 2021
1 parent e3d7031 commit 944d3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ beep_f4:

beep_f5:
mov Temp3, #20
mov Temp4, #(3500 / 25)
mov Temp4, #(3500 / 20)
sjmp beep

beep_f1_short:
Expand Down

0 comments on commit 944d3fd

Please sign in to comment.