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

Fixed Pdo mapping bug.

parent b6f2f64e
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ void ec_fsm_pdo_mapping_next_sync( ...@@ -186,7 +186,7 @@ void ec_fsm_pdo_mapping_next_sync(
} }
} }
if (!sync) { if (!fsm->sync) {
if (fsm->slave->master->debug_level) if (fsm->slave->master->debug_level)
EC_DBG("Pdo mapping finished for slave %u.\n", EC_DBG("Pdo mapping finished for slave %u.\n",
fsm->slave->ring_position); fsm->slave->ring_position);
......
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