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

Fixed setting watchdog intervals.

parent 2c668666
No related branches found
No related tags found
No related merge requests found
...@@ -933,9 +933,9 @@ void ec_fsm_slave_config_enter_watchdog( ...@@ -933,9 +933,9 @@ void ec_fsm_slave_config_enter_watchdog(
fsm->retries = EC_FSM_RETRIES; fsm->retries = EC_FSM_RETRIES;
fsm->state = ec_fsm_slave_config_state_watchdog; fsm->state = ec_fsm_slave_config_state_watchdog;
} else {
ec_fsm_slave_config_enter_pdo_sync(fsm);
} }
ec_fsm_slave_config_enter_pdo_sync(fsm);
} }
/*****************************************************************************/ /*****************************************************************************/
......
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