avr: disabled debug led.

This commit is contained in:
Martin Preuss
2024-09-18 20:24:48 +02:00
parent 91752156f2
commit caa7138738

View File

@@ -89,10 +89,14 @@ onSystemTimerTick:
onSystemTimerTick_SecondElapsed:
ldi r16, 10 ; reload counter (10=every sec)
sts timerModuleTickCounter, r16
ldi xl, LOW(timerModuleCounterSecs)
ldi xh, HIGH(timerModuleCounterSecs)
rcall Utils_IncrementCounter32 ; inc uptime counter
; sbi DEBUG_LED_DDR, DEBUG_LED_PINNUM ; out
; sbi DEBUG_LED_PORT_IN, DEBUG_LED_PINNUM ; toggle
onSystemTimerTick_call:
rcall timerRunTimers
rcall onEvery100ms