diff --git a/avr/devices/n15/n15_main.asm b/avr/devices/n15/n15_main.asm index 8b3dc18..7a70382 100644 --- a/avr/devices/n15/n15_main.asm +++ b/avr/devices/n15/n15_main.asm @@ -407,15 +407,6 @@ sendDs18b20Temp_okay: ; Called every 100ms. Add your routine calls here. No arguments, no results. onEvery100ms: -#ifdef MODULES_LED - ; ticker for LED module - ldi zl, LOW(ledA3Flash) - ldi zh, HIGH(ledA3Flash) - ldi yl, LOW(ledA3Sram) - ldi yh, HIGH(ledA3Sram) - rcall Led_Tick -#endif - #ifdef MODULES_LED_SIMPLE rcall LedSimple_Every100ms #endif