bugfix for patch version
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
This commit is contained in:
@ -170,8 +170,8 @@ impl ConversionFromNow {
|
||||
));
|
||||
}
|
||||
SubmillisPrecision::Picoseconds(_) => {
|
||||
prec = Some(SubmillisPrecision::Microseconds(
|
||||
(now.subsec_nanos() * 1000) as u16,
|
||||
prec = Some(SubmillisPrecision::Picoseconds(
|
||||
now.subsec_nanos() * 1000
|
||||
));
|
||||
}
|
||||
_ => (),
|
||||
|
Reference in New Issue
Block a user