aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/lib.rs
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-12-18 13:05:44 +0000
committerGitHub <[email protected]>2025-12-18 13:05:44 +0000
commitf85337064c724f8fdb855e847345908e4c7384e9 (patch)
treebf38a5adeecca83f9c9158c38d31643176f4ddc5 /embassy-stm32/src/lib.rs
parente2d9adc56481e97fa490c8c3cc05bdad0dbe22e4 (diff)
parent1c1c99c6bd5caa61f8bd9e52d0966e6166d53464 (diff)
Merge pull request #5098 from xoviat/low-power
make stm32wb examples use low-power-pender
Diffstat (limited to 'embassy-stm32/src/lib.rs')
-rw-r--r--embassy-stm32/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs
index 2f783bf64..a0b2f045c 100644
--- a/embassy-stm32/src/lib.rs
+++ b/embassy-stm32/src/lib.rs
@@ -138,6 +138,9 @@ pub mod wdg;
138#[cfg(xspi)] 138#[cfg(xspi)]
139pub mod xspi; 139pub mod xspi;
140 140
141#[cfg(feature = "low-power")]
142pub use low_power::Executor;
143
141// This must go last, so that it sees all the impl_foo! macros defined earlier. 144// This must go last, so that it sees all the impl_foo! macros defined earlier.
142pub(crate) mod _generated { 145pub(crate) mod _generated {
143 #![allow(dead_code)] 146 #![allow(dead_code)]