diff options
| author | Michael Medin <[email protected]> | 2025-04-24 11:01:46 +0200 |
|---|---|---|
| committer | Michael Medin <[email protected]> | 2025-04-24 11:01:46 +0200 |
| commit | b0519d11fb0842267e0cdd36da9b84cdb0ebb23a (patch) | |
| tree | 42849eac0cd872b4d901c3db98d12cf438d5f5ce /embassy-stm32 | |
| parent | 8661b019e609f50bd78067cc49c65a4babfead00 (diff) | |
Possible fix for unused CS and feature selections
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/src/lib.rs | 1 |
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 |
| 215 | pub use _generated::{peripherals, Peripherals}; | 215 | pub use _generated::{peripherals, Peripherals}; |
| 216 | #[cfg(not(feature = "_dual-core"))] | ||
| 216 | use critical_section::CriticalSection; | 217 | use critical_section::CriticalSection; |
| 217 | pub use embassy_hal_internal::{Peri, PeripheralType}; | 218 | pub use embassy_hal_internal::{Peri, PeripheralType}; |
| 218 | #[cfg(feature = "unstable-pac")] | 219 | #[cfg(feature = "unstable-pac")] |
