mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
Renamed ec_pdo_mapping_add_pdo() to ec_pdo_mapping_add_pdo_copy().
This commit is contained in:
@@ -107,7 +107,7 @@ int ec_sync_add_pdo(
|
||||
const ec_pdo_t *pdo /**< Pdo to map. */
|
||||
)
|
||||
{
|
||||
return ec_pdo_mapping_add_pdo(&sync->mapping, pdo);
|
||||
return ec_pdo_mapping_add_pdo_copy(&sync->mapping, pdo);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user