Try to improve H7 clockstuff.

This commit is contained in:
Bob McWhirter
2021-07-09 09:33:17 -04:00
parent 696a3b8552
commit 13975a0818
3 changed files with 5 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ pub struct Clocks {
#[cfg(any(rcc_l4, rcc_f4, rcc_h7, rcc_wb55, rcc_wl5x))]
pub ahb3: Hertz,
#[cfg(any(rcc_h7))]
pub ahb4: Hertz,
#[cfg(any(rcc_h7))]
pub apb4: Hertz,
}