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

Minor change.

parent e4a4d69a
No related branches found
No related tags found
No related merge requests found
...@@ -231,7 +231,7 @@ void ec_fsm_master_state_broadcast( ...@@ -231,7 +231,7 @@ void ec_fsm_master_state_broadcast(
ec_master_clear_slaves(master); ec_master_clear_slaves(master);
master->configs_attached = 0; master->configs_attached = 0;
master->slave_count = datagram->working_counter; master->slave_count = fsm->slaves_responding;
if (!master->slave_count) { if (!master->slave_count) {
// no slaves present -> finish state machine. // no slaves present -> finish state machine.
......
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