diff options
| author | Thales Fragoso <[email protected]> | 2021-05-18 21:52:34 -0300 |
|---|---|---|
| committer | Thales Fragoso <[email protected]> | 2021-05-21 20:13:39 -0300 |
| commit | 2ea12d96eeb99b28abe321c577b830c48a7f48a4 (patch) | |
| tree | 09be0c87bd3b064b54ec06945295ab00278989ed /embassy-stm32/src/time.rs | |
| parent | 054f0d51dc8f953140c10585e697e6cf9b500ae7 (diff) | |
More work on H7 RCC
Diffstat (limited to 'embassy-stm32/src/time.rs')
| -rw-r--r-- | embassy-stm32/src/time.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/time.rs b/embassy-stm32/src/time.rs index c131415c4..ac03ce5c4 100644 --- a/embassy-stm32/src/time.rs +++ b/embassy-stm32/src/time.rs | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | pub struct Bps(pub u32); | 5 | pub struct Bps(pub u32); |
| 6 | 6 | ||
| 7 | /// Hertz | 7 | /// Hertz |
| 8 | #[derive(PartialEq, PartialOrd, Clone, Copy, Debug)] | 8 | #[derive(PartialEq, PartialOrd, Clone, Copy, Debug, Eq)] |
| 9 | pub struct Hertz(pub u32); | 9 | pub struct Hertz(pub u32); |
| 10 | 10 | ||
| 11 | /// KiloHertz | 11 | /// KiloHertz |
