FunctionPointerStateMachineExample
FunctionPointerStateMachineExample copied to clipboard
Results
1
FunctionPointerStateMachineExample issues
Sort by
recently updated
recently updated
newest added
trafficstars
StateMachine_Init() should ensure the function associated with the initialization state (ie. Led_Init()) get called. Now, the first function which gets called is the Led_Idle() function. Suggested change: ``` void StateMachine_Init(stateMachine_t...