diff options
| author | Rogan Morrow <[email protected]> | 2025-09-22 13:43:57 +1000 |
|---|---|---|
| committer | Rogan Morrow <[email protected]> | 2025-09-22 13:43:57 +1000 |
| commit | 57f1517f70bafb0709014f7a44e2d1c8a4841739 (patch) | |
| tree | 4983d5235a5be4c1b8417da2ab4fa5d6603e1159 /embassy-time/src | |
| parent | a0a204f586301ee4e014c3673c2ecd3ad90c504c (diff) | |
fix rustfmt and add changelog
Diffstat (limited to 'embassy-time/src')
| -rw-r--r-- | embassy-time/src/instant.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/src/instant.rs b/embassy-time/src/instant.rs index a311b365c..4e6670032 100644 --- a/embassy-time/src/instant.rs +++ b/embassy-time/src/instant.rs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | use core::fmt; | 1 | use core::fmt; |
| 2 | use core::ops::{Add, AddAssign, Sub, SubAssign}; | 2 | use core::ops::{Add, AddAssign, Sub, SubAssign}; |
| 3 | 3 | ||
| 4 | use super::{Duration, GCD_1K, GCD_1M, GCD_1G, TICK_HZ}; | 4 | use super::{Duration, GCD_1G, GCD_1K, GCD_1M, TICK_HZ}; |
| 5 | 5 | ||
| 6 | #[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)] | 6 | #[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)] |
| 7 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | 7 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] |
