ecrt_master_callbacks: replaced send/receive callback mechanism with locking mechanism; removed ecrt_master_send_ext

This commit is contained in:
Martin Troxler
2010-12-16 15:47:28 +01:00
parent 2fcb8f9079
commit 075dce4d7e
8 changed files with 73 additions and 155 deletions
-3
View File
@@ -1769,9 +1769,6 @@ int ec_cdev_ioctl_activate(
}
}
ecrt_master_callbacks(master, ec_master_internal_send_cb,
ec_master_internal_receive_cb, master);
ret = ecrt_master_activate(master);
if (ret < 0)
return ret;