avr: updated apps and modules to latest changes.
This commit is contained in:
@@ -108,8 +108,8 @@ appDoorSendValue_send:
|
||||
ldi r17, VALUE_ID_TCRT1K ; VALUE ID
|
||||
ldi r22, AQHOME_VALUETYPE_DOOR ; VALUE TYPE
|
||||
rcall Main_Send8BitValueReport
|
||||
#ifdef MODULES_LED_ACTIVITY
|
||||
rcall LedActivity_Trigger ; (r16)
|
||||
#ifdef MODULES_LED1
|
||||
rcall Led1_SetActivityTiming ; (r16)
|
||||
#endif
|
||||
ret
|
||||
; @end
|
||||
|
||||
@@ -101,8 +101,8 @@ appMotionSendValue:
|
||||
ldi r17, VALUE_ID_MOTION ; VALUE ID
|
||||
ldi r22, AQHOME_VALUETYPE_MOTION ; VALUE TYPE
|
||||
rcall Main_Send8BitValueReport
|
||||
#ifdef MODULES_LED_SIMPLE
|
||||
rcall LedSimple_SignalActivity ; (R18, R19, R20)
|
||||
#ifdef MODULES_LED1
|
||||
rcall Led1_SetActivityTiming ; (R18, R19, R20)
|
||||
#endif
|
||||
ret
|
||||
; @end
|
||||
|
||||
@@ -163,7 +163,7 @@ AppNetwork_HandleMsg_handleRebootMsg:
|
||||
ret
|
||||
AppNetwork_HandleMsg_handlePingMsg:
|
||||
#ifdef MODULES_LED_SIMPLE
|
||||
bigcall LedSimple_SignalId ; (R18, R19, R20)
|
||||
bigcall Led1_SetIdTiming ; (R18, R19, R20)
|
||||
#endif
|
||||
rjmp appNetworkHandlePingRequest
|
||||
AppNetwork_HandleMsg_clcRet:
|
||||
|
||||
@@ -465,12 +465,12 @@ appRouterLetSysHandleMsg_forMe:
|
||||
pop xl
|
||||
push xl
|
||||
push xh
|
||||
rcall mainModulesOnPacketReceived
|
||||
rcall modulesOnPacketReceived
|
||||
pop xh
|
||||
pop xl
|
||||
push xl
|
||||
push xh
|
||||
rcall mainAppsOnPacketReceived
|
||||
rcall appsOnPacketReceived
|
||||
pop xh
|
||||
pop xl
|
||||
appRouterLetSysHandleMsg_end:
|
||||
|
||||
Reference in New Issue
Block a user