From fa404a5fcf759d1c1794dee342ae7b243c47f88f Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 18 Aug 2025 18:06:56 +0200 Subject: [PATCH] increase number of runs to 10 (was: 2) --- avr/devices/all/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/devices/all/main.asm b/avr/devices/all/main.asm index d5d5047..1615d36 100644 --- a/avr/devices/all/main.asm +++ b/avr/devices/all/main.asm @@ -79,7 +79,7 @@ main_runLoop: tst r16 breq main_endRunLoop inc r17 - cpi r17, 2 + cpi r17, 10 brcc main_endRunLoop brne main_runLoop main_endRunLoop: