network: only call led code if module activated.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user