aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorMichael Medin <[email protected]>2025-04-24 11:01:46 +0200
committerMichael Medin <[email protected]>2025-04-24 11:01:46 +0200
commitb0519d11fb0842267e0cdd36da9b84cdb0ebb23a (patch)
tree42849eac0cd872b4d901c3db98d12cf438d5f5ce /embassy-stm32
parent8661b019e609f50bd78067cc49c65a4babfead00 (diff)
Possible fix for unused CS and feature selections
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs
index b0bc7ffbb..466634edf 100644
--- a/embassy-stm32/src/lib.rs
+++ b/embassy-stm32/src/lib.rs
@@ -213,6 +213,7 @@ macro_rules! bind_interrupts {
213 213
214// Reexports 214// Reexports
215pub use _generated::{peripherals, Peripherals}; 215pub use _generated::{peripherals, Peripherals};
216#[cfg(not(feature = "_dual-core"))]
216use critical_section::CriticalSection; 217use critical_section::CriticalSection;
217pub use embassy_hal_internal::{Peri, PeripheralType}; 218pub use embassy_hal_internal::{Peri, PeripheralType};
218#[cfg(feature = "unstable-pac")] 219#[cfg(feature = "unstable-pac")]