increase number of runs to 10 (was: 2)

This commit is contained in:
Martin Preuss
2025-08-18 18:06:56 +02:00
parent 3592a745d3
commit fa404a5fcf

View File

@@ -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: