mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 22:54:52 +00:00
Fixed formatting
This commit is contained in:
parent
b2c32a947e
commit
8661b019e6
@ -213,6 +213,7 @@ macro_rules! bind_interrupts {
|
|||||||
|
|
||||||
// Reexports
|
// Reexports
|
||||||
pub use _generated::{peripherals, Peripherals};
|
pub use _generated::{peripherals, Peripherals};
|
||||||
|
use critical_section::CriticalSection;
|
||||||
pub use embassy_hal_internal::{Peri, PeripheralType};
|
pub use embassy_hal_internal::{Peri, PeripheralType};
|
||||||
#[cfg(feature = "unstable-pac")]
|
#[cfg(feature = "unstable-pac")]
|
||||||
pub use stm32_metapac as pac;
|
pub use stm32_metapac as pac;
|
||||||
@ -222,7 +223,6 @@ pub(crate) use stm32_metapac as pac;
|
|||||||
use crate::interrupt::Priority;
|
use crate::interrupt::Priority;
|
||||||
#[cfg(feature = "rt")]
|
#[cfg(feature = "rt")]
|
||||||
pub use crate::pac::NVIC_PRIO_BITS;
|
pub use crate::pac::NVIC_PRIO_BITS;
|
||||||
use critical_section::CriticalSection;
|
|
||||||
|
|
||||||
/// `embassy-stm32` global configuration.
|
/// `embassy-stm32` global configuration.
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user