Skip to content

Commit

Permalink
example fited for FSM_TRANSITION_SELF()
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrichBecker committed Aug 4, 2020
1 parent 3efa6bd commit 60e8824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/general/fsm_switch_case_entry_exit_docfsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void executeFsm( struct FSM_T* pFsm )
break;
}
(*pMyCounter)--;
FSM_TRANSITION_SELF( TICK, label='counter != 0' );
FSM_TRANSITION_SELF( label='counter != 0' );
break;
}

Expand Down

0 comments on commit 60e8824

Please sign in to comment.