avr: activate new led modules.

This commit is contained in:
Martin Preuss
2025-08-25 10:22:50 +02:00
parent 6e062d3f60
commit 465e750e3c
3 changed files with 42 additions and 1 deletions

View File

@@ -115,6 +115,16 @@ onSystemTimerTick:
bigcall LedSimple_Every100ms
#endif
#ifdef MODULES_LED_SIGNAL
bigcall LedSignal_Every100ms
#endif
#ifdef MODULES_LED_ACTIVITY
bigcall LedActivity_Every100ms
#endif
#ifdef MODULES_UART_BITBANG
bigcall UART_BitBang_Every100ms
#endif