Add pwr for L1 and update RCC to new reg block

This commit is contained in:
Ulf Lilleengen
2021-09-23 14:43:17 +02:00
committed by Ulf Lilleengen
parent d5b21b881e
commit b6fc19182b
4 changed files with 25 additions and 22 deletions

View File

@ -0,0 +1 @@

View File

@ -2,6 +2,7 @@
#[cfg_attr(pwr_f4, path = "f4.rs")]
#[cfg_attr(pwr_wl5, path = "wl5.rs")]
#[cfg_attr(pwr_g0, path = "g0.rs")]
#[cfg_attr(pwr_l1, path = "l1.rs")]
mod _version;
pub use _version::*;