aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/lib.rs
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-08-02 11:34:41 -0400
committerBob McWhirter <[email protected]>2021-08-02 11:34:41 -0400
commit3a00a1dba7846f2c2639e35cc85490b2fbe8a0d9 (patch)
tree91ea28d25dae41bcd1df422ebe87acfda1d77a4d /embassy-stm32/src/lib.rs
parent71040d1f2cd672888560448e9aaa768b843b384d (diff)
Undo the pwr-guarding cfg.
Diffstat (limited to 'embassy-stm32/src/lib.rs')
-rw-r--r--embassy-stm32/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs
index b5fe29d61..0567aa72a 100644
--- a/embassy-stm32/src/lib.rs
+++ b/embassy-stm32/src/lib.rs
@@ -40,8 +40,7 @@ pub mod exti;
40#[cfg(i2c)] 40#[cfg(i2c)]
41pub mod i2c; 41pub mod i2c;
42 42
43// until we have all PWR covered. 43#[cfg(pwr)]
44#[cfg(all(any(pwr_h7, pwr_h7smps), pwr))]
45pub mod pwr; 44pub mod pwr;
46#[cfg(rng)] 45#[cfg(rng)]
47pub mod rng; 46pub mod rng;