avr: enable guard source and 2nd trigger source.

This commit is contained in:
Martin Preuss
2026-08-06 00:10:45 +02:00
parent 1477293b49
commit 3155c499ed

View File

@@ -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: