0512 core: cast FSM activation callbacks for C builds

This commit is contained in:
Mario Fetka
2026-06-14 07:08:53 +00:00
parent d5e587d44c
commit 3c31bf4d6a

View File

@@ -227,7 +227,7 @@ extern NINT fsmKick();
{ \
FsmLite_s *Fsm = (FsmLite_s *)(_f); \
\
Fsm->action = (_action); \
Fsm->action = (voidfunc_t)(_action); \
zASSERT(Fsm->action != NULL); \
FSM_ENQ(Fsm); \
}