Add pwr for L1 and update RCC to new reg block
This commit is contained in:
committed by
Ulf Lilleengen
parent
d5b21b881e
commit
b6fc19182b
1
embassy-stm32/src/pwr/l1.rs
Normal file
1
embassy-stm32/src/pwr/l1.rs
Normal file
@ -0,0 +1 @@
|
||||
|
@ -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::*;
|
||||
|
Reference in New Issue
Block a user