stm32/rcc: print actual freqs on boot.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
/// Hertz
|
||||
#[derive(PartialEq, PartialOrd, Clone, Copy, Debug, Eq)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
pub struct Hertz(pub u32);
|
||||
|
||||
impl Hertz {
|
||||
|
Reference in New Issue
Block a user