mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-23 02:23:47 +08:00
Replaced timeval by 64-bit EtherCAT time.
This commit is contained in:
+1
-1
@@ -1647,7 +1647,7 @@ int ec_cdev_ioctl_sync_ref(
|
||||
return -EFAULT;
|
||||
|
||||
spin_lock_bh(&master->internal_lock);
|
||||
ecrt_master_sync_reference_clock(master, &data.app_time);
|
||||
ecrt_master_sync_reference_clock(master, data.app_time);
|
||||
spin_unlock_bh(&master->internal_lock);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user