diff options
| author | Michael Medin <[email protected]> | 2025-04-24 10:57:02 +0200 |
|---|---|---|
| committer | Michael Medin <[email protected]> | 2025-04-24 10:57:02 +0200 |
| commit | 8661b019e609f50bd78067cc49c65a4babfead00 (patch) | |
| tree | 9cc6aee86eb1c9aaa4227556458a8d38c32bdb5c /embassy-stm32 | |
| parent | b2c32a947ea724facb75f81978dfb5d3ca331ddb (diff) | |
Fixed formatting
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index af7ef9fe0..b0bc7ffbb 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 | use critical_section::CriticalSection; | ||
| 216 | pub use embassy_hal_internal::{Peri, PeripheralType}; | 217 | pub use embassy_hal_internal::{Peri, PeripheralType}; |
| 217 | #[cfg(feature = "unstable-pac")] | 218 | #[cfg(feature = "unstable-pac")] |
| 218 | pub use stm32_metapac as pac; | 219 | pub use stm32_metapac as pac; |
| @@ -222,7 +223,6 @@ pub(crate) use stm32_metapac as pac; | |||
| 222 | use crate::interrupt::Priority; | 223 | use crate::interrupt::Priority; |
| 223 | #[cfg(feature = "rt")] | 224 | #[cfg(feature = "rt")] |
| 224 | pub use crate::pac::NVIC_PRIO_BITS; | 225 | pub use crate::pac::NVIC_PRIO_BITS; |
| 225 | use critical_section::CriticalSection; | ||
| 226 | 226 | ||
| 227 | /// `embassy-stm32` global configuration. | 227 | /// `embassy-stm32` global configuration. |
| 228 | #[non_exhaustive] | 228 | #[non_exhaustive] |
