diff options
Diffstat (limited to 'embassy-stm32/src')
| -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; |
