avr: enable guard source and 2nd trigger source.
This commit is contained in:
@@ -29,11 +29,11 @@ TCA_HandleMsg:
|
||||
mov xl, yl
|
||||
mov xh, yh
|
||||
adiw xh:xl, TCA_RAM_OFFS_GUARD_SOURCE
|
||||
; rcall tcaCheckGuardSource ; enable or disable actor, if matching msg
|
||||
rcall tcaCheckGuardSource ; enable or disable actor, if matching msg
|
||||
adiw xh:xl, TCA_SOURCE_SIZE
|
||||
rcall tcaCheckTriggerSource ; trigger, if matching msg
|
||||
adiw xh:xl, TCA_SOURCE_SIZE
|
||||
; rcall tcaCheckTriggerSource ; trigger, if matching msg
|
||||
rcall tcaCheckTriggerSource ; trigger, if matching msg
|
||||
pop xh
|
||||
pop xl
|
||||
TCA_HandleMsg_ret:
|
||||
|
||||
Reference in New Issue
Block a user