mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-24 11:03:49 +08:00
ecrt_master_callbacks: replaced send/receive callback mechanism with locking mechanism; removed ecrt_master_send_ext
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user