aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/time.rs
diff options
context:
space:
mode:
authorThales Fragoso <[email protected]>2021-05-18 21:52:34 -0300
committerThales Fragoso <[email protected]>2021-05-21 20:13:39 -0300
commit2ea12d96eeb99b28abe321c577b830c48a7f48a4 (patch)
tree09be0c87bd3b064b54ec06945295ab00278989ed /embassy-stm32/src/time.rs
parent054f0d51dc8f953140c10585e697e6cf9b500ae7 (diff)
More work on H7 RCC
Diffstat (limited to 'embassy-stm32/src/time.rs')
-rw-r--r--embassy-stm32/src/time.rs2
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 @@
5pub struct Bps(pub u32); 5pub 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)]
9pub struct Hertz(pub u32); 9pub struct Hertz(pub u32);
10 10
11/// KiloHertz 11/// KiloHertz