diff options
| author | Bob McWhirter <[email protected]> | 2021-08-02 11:34:41 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-08-02 11:34:41 -0400 |
| commit | 3a00a1dba7846f2c2639e35cc85490b2fbe8a0d9 (patch) | |
| tree | 91ea28d25dae41bcd1df422ebe87acfda1d77a4d /embassy-stm32 | |
| parent | 71040d1f2cd672888560448e9aaa768b843b384d (diff) | |
Undo the pwr-guarding cfg.
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/src/lib.rs | 3 |
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)] |
| 41 | pub mod i2c; | 41 | pub mod i2c; |
| 42 | 42 | ||
| 43 | // until we have all PWR covered. | 43 | #[cfg(pwr)] |
| 44 | #[cfg(all(any(pwr_h7, pwr_h7smps), pwr))] | ||
| 45 | pub mod pwr; | 44 | pub mod pwr; |
| 46 | #[cfg(rng)] | 45 | #[cfg(rng)] |
| 47 | pub mod rng; | 46 | pub mod rng; |
