mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
Fixed setting watchdog intervals.
This commit is contained in:
@@ -933,9 +933,9 @@ void ec_fsm_slave_config_enter_watchdog(
|
||||
|
||||
fsm->retries = EC_FSM_RETRIES;
|
||||
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);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user