mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-23 10:33:49 +08:00
Minor change.
This commit is contained in:
@@ -503,6 +503,7 @@ void ec_fsm_master_action_configure(
|
||||
// Does the slave have to be configured?
|
||||
if ((slave->current_state != slave->requested_state
|
||||
|| slave->force_config) && !slave->error_flag) {
|
||||
|
||||
// Start slave configuration, if it is allowed.
|
||||
down(&master->config_sem);
|
||||
if (!master->allow_config) {
|
||||
|
||||
Reference in New Issue
Block a user