Avoided compiler warning.

This commit is contained in:
Florian Pose 2008-07-31 16:17:53 +00:00
parent 5317b27ff9
commit 117557a16f
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ void ec_fsm_pdo_entry_conf_state_zero_entry_count(ec_fsm_pdo_entry_t *);
void ec_fsm_pdo_entry_conf_state_map_entry(ec_fsm_pdo_entry_t *);
void ec_fsm_pdo_entry_conf_state_set_entry_count(ec_fsm_pdo_entry_t *);
void ec_fsm_pdo_entry_conf_action_map(ec_fsm_pdo_entry_t *);
void ec_fsm_pdo_entry_state_end(ec_fsm_pdo_entry_t *);
void ec_fsm_pdo_entry_state_error(ec_fsm_pdo_entry_t *);