Minor changes.

This commit is contained in:
Florian Pose 2007-09-24 07:11:37 +00:00
parent 028bd21678
commit aae22904d8
1 changed files with 4 additions and 2 deletions

View File

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