Minor change.

This commit is contained in:
Florian Pose 2008-06-12 11:53:06 +00:00
parent 2f836e6e32
commit a2dc5419b7
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ void ec_fsm_master_state_broadcast(
ec_master_clear_slaves(master);
master->configs_attached = 0;
master->slave_count = datagram->working_counter;
master->slave_count = fsm->slaves_responding;
if (!master->slave_count) {
// no slaves present -> finish state machine.