network: only call led code if module activated.

This commit is contained in:
Martin Preuss
2026-03-24 18:25:08 +01:00
parent c6510f10bf
commit c988876c79

View File

@@ -162,7 +162,9 @@ AppNetwork_HandleMsg_handleRebootMsg:
rcall appNetworkHandleRebootRequest
ret
AppNetwork_HandleMsg_handlePingMsg:
#ifdef MODULES_LED_SIMPLE
bigcall LedSimple_SignalId ; (R18, R19, R20)
#endif
rjmp appNetworkHandlePingRequest
AppNetwork_HandleMsg_clcRet:
clc