avr: removed recv from led_simple (no need for it anymore).

This commit is contained in:
Martin Preuss
2026-04-14 23:49:04 +02:00
parent 8a9f74b0a1
commit 5ad304b988
2 changed files with 0 additions and 53 deletions

View File

@@ -23,12 +23,6 @@ modulesOnPacketReceived:
bigcall SK6812_OnPacketReceived
#endif
#ifdef MODULES_LED_SIMPLE
#ifdef MODULES_NETWORK
bigcall LedSimple_OnPacketReceived
#endif
#endif
#ifdef MODULES_DS3231
#ifdef MODULES_NETWORK
bigcall Ds3231_OnPacketReceived