From 090e178ed145be2d6e9d4371df693e8cdc3bbd14 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 15 Dec 2024 22:15:00 +0100 Subject: [PATCH] tcrt1000: fixed comment. --- avr/modules/tcrt1000/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/tcrt1000/main.asm b/avr/modules/tcrt1000/main.asm index 7732912..96908ed 100644 --- a/avr/modules/tcrt1000/main.asm +++ b/avr/modules/tcrt1000/main.asm @@ -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: