[feature] Add pwr register support for F3
This commit is contained in:
parent
7733d11f90
commit
e2c074d133
0
embassy-stm32/src/pwr/f3.rs
Normal file
0
embassy-stm32/src/pwr/f3.rs
Normal file
@ -1,4 +1,5 @@
|
|||||||
#[cfg_attr(any(pwr_h7, pwr_h7smps), path = "h7.rs")]
|
#[cfg_attr(any(pwr_h7, pwr_h7smps), path = "h7.rs")]
|
||||||
|
#[cfg_attr(pwr_f3, path = "f3.rs")]
|
||||||
#[cfg_attr(pwr_f4, path = "f4.rs")]
|
#[cfg_attr(pwr_f4, path = "f4.rs")]
|
||||||
#[cfg_attr(pwr_f7, path = "f7.rs")]
|
#[cfg_attr(pwr_f7, path = "f7.rs")]
|
||||||
#[cfg_attr(pwr_wl5, path = "wl5.rs")]
|
#[cfg_attr(pwr_wl5, path = "wl5.rs")]
|
||||||
|
Loading…
Reference in New Issue
Block a user