[feature] Add pwr register support for F3

This commit is contained in:
VasanthakumarV 2021-12-10 11:39:54 +05:30
parent 7733d11f90
commit e2c074d133
2 changed files with 1 additions and 0 deletions

View File

View File

@ -1,4 +1,5 @@
#[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_f7, path = "f7.rs")]
#[cfg_attr(pwr_wl5, path = "wl5.rs")]