Skip to content
Snippets Groups Projects
Commit 6b1862d9 authored by Florian Pose's avatar Florian Pose
Browse files

Minor changes.

parent a822207e
No related branches found
No related tags found
No related merge requests found
......@@ -150,13 +150,15 @@ int ec_fsm_coe_map_success(ec_fsm_coe_map_t *fsm /**< Finite state machine */)
}
/******************************************************************************
* CoE dictionary state machine
* state functions
*****************************************************************************/
/**
*/
void ec_fsm_coe_map_state_start(ec_fsm_coe_map_t *fsm /**< finite state machine */)
void ec_fsm_coe_map_state_start(
ec_fsm_coe_map_t *fsm /**< finite state machine */
)
{
// read mapping of first sync manager
fsm->sync_index = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment