diff --git a/avr/modules/led_simple/main.asm b/avr/modules/led_simple/main.asm index 2a7c975..dcd45b5 100644 --- a/avr/modules/led_simple/main.asm +++ b/avr/modules/led_simple/main.asm @@ -58,7 +58,7 @@ LedSimple_Init: LedSimple_Every100ms: lds r16, ledSimpleTimer dec r16 - brne LedSimple_Every100ms_zero + breq LedSimple_Every100ms_zero rjmp LedSimple_Every100ms_setTimer LedSimple_Every100ms_zero: sbic LED_SIMPLE_PORT, LED_SIMPLE_PINNUM ; skip next op if LED is on