Undo the pwr-guarding cfg.

This commit is contained in:
Bob McWhirter 2021-08-02 11:34:41 -04:00
parent 71040d1f2c
commit 3a00a1dba7

View File

@ -40,8 +40,7 @@ pub mod exti;
#[cfg(i2c)]
pub mod i2c;
// until we have all PWR covered.
#[cfg(all(any(pwr_h7, pwr_h7smps), pwr))]
#[cfg(pwr)]
pub mod pwr;
#[cfg(rng)]
pub mod rng;