Accidentally removed Send on Clock

This commit is contained in:
Martin Dahl 2020-09-16 09:02:07 +02:00
parent 30c02e7947
commit 96ca41fdfb
1 changed files with 2 additions and 0 deletions

View File

@ -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>,
} }