Accidentally removed Send on Clock
This commit is contained in:
parent
30c02e7947
commit
96ca41fdfb
|
|
@ -1344,6 +1344,8 @@ pub enum ClockType {
|
||||||
SteadyTime,
|
SteadyTime,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unsafe impl Send for Clock {}
|
||||||
|
|
||||||
pub struct Clock {
|
pub struct Clock {
|
||||||
clock_handle: Box<rcl_clock_t>,
|
clock_handle: Box<rcl_clock_t>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue