Fixed Pdo mapping bug.

This commit is contained in:
Florian Pose 2008-02-21 12:43:55 +00:00
parent 873e517741
commit 69f702dc92
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ void ec_fsm_pdo_mapping_next_sync(
}
}
if (!sync) {
if (!fsm->sync) {
if (fsm->slave->master->debug_level)
EC_DBG("Pdo mapping finished for slave %u.\n",
fsm->slave->ring_position);