Minor: Moved setting of alternate PDO mapping flag.

This commit is contained in:
Florian Pose 2007-09-20 10:05:37 +00:00
parent 937b457d3e
commit 289c68d727
2 changed files with 1 additions and 2 deletions

View File

@ -1385,6 +1385,7 @@ void ecrt_slave_pdo_mapping_clear(
return;
ec_sync_clear_pdos(sync);
sync->alt_mapping = 1;
}
/*****************************************************************************/

View File

@ -193,8 +193,6 @@ void ec_sync_clear_pdos(
ec_pdo_clear(pdo);
kfree(pdo);
}
sync->alt_mapping = 1;
}
/*****************************************************************************/