Fix instructions for better compat for callback from main

This commit is contained in:
2025-12-25 22:58:27 +01:00
parent 129fd24253
commit 90b498dd94
2 changed files with 13 additions and 12 deletions
+3 -3
View File
@@ -37,9 +37,9 @@ loop:
;rcall midi_send ; Send MIDI ping
rcall blink_led
in r16, TIFR0 ; Check timer0 status
sbrc r16, OCF0A ; Skip stop_blink if clear
; if midi clock then also do: rcall start_blink
in r16, TIFR0 ; Read Interrupt Flag Register
sbrs r16, OCF0A ; If timer status OCF0A=1 skip jump
rcall stop_blink