impl Format for Duration
This commit is contained in:
parent
3d64a8abef
commit
32a9b3f4ae
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ impl Sub<Instant> for Instant {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Default, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
#[derive(defmt::Format, Debug, Default, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
||||||
pub struct Duration {
|
pub struct Duration {
|
||||||
ticks: u32,
|
ticks: u32,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue