tcrt1000: fixed comment.

This commit is contained in:
Martin Preuss
2024-12-15 22:15:00 +01:00
parent a78e354c28
commit 090e178ed1

View File

@@ -127,7 +127,7 @@ TCRT1K_Every100ms_incStateCounter:
breq TCRT1K_Every100ms_reportChange
cpi r16, 2 ; report change after two intervals
breq TCRT1K_Every100ms_reportChange
cpi r16, 10 ; report change after two intervals
cpi r16, 10 ; report change after ten intervals
breq TCRT1K_Every100ms_reportChange
ret
TCRT1K_Every100ms_reportChange: