Fixed bug with coupling multiple EoE handlers.

This commit is contained in:
Florian Pose 2006-05-19 13:39:35 +00:00
parent bcd07c466b
commit 47585b668a
1 changed files with 1 additions and 0 deletions

View File

@ -856,6 +856,7 @@ void ec_master_eoe_start(ec_master_t *master /**< EtherCAT master */)
eoe->dev->name, slave->ring_position);
if (eoe->opened)
slave->requested_state = EC_SLAVE_STATE_OP;
break;
}
if (!found) {