avr: remove code for old LED module.

This commit is contained in:
Martin Preuss
2024-11-03 15:34:40 +01:00
parent 4f628a16c6
commit a520b37089

View File

@@ -407,15 +407,6 @@ sendDs18b20Temp_okay:
; Called every 100ms. Add your routine calls here. No arguments, no results. ; Called every 100ms. Add your routine calls here. No arguments, no results.
onEvery100ms: 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 #ifdef MODULES_LED_SIMPLE
rcall LedSimple_Every100ms rcall LedSimple_Every100ms
#endif #endif