diff options
Diffstat (limited to 'embassy-stm32/src/lib.rs')
| -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 78025f3db..30ff02d56 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs | |||
| @@ -75,8 +75,8 @@ pub(crate) mod _generated { | |||
| 75 | // Reexports | 75 | // Reexports |
| 76 | pub use _generated::{peripherals, Peripherals}; | 76 | pub use _generated::{peripherals, Peripherals}; |
| 77 | pub use embassy_cortex_m::executor; | 77 | pub use embassy_cortex_m::executor; |
| 78 | pub use embassy_cortex_m::interrupt::_export::interrupt; | ||
| 78 | pub use embassy_hal_common::{into_ref, Peripheral, PeripheralRef}; | 79 | pub use embassy_hal_common::{into_ref, Peripheral, PeripheralRef}; |
| 79 | pub use embassy_macros::cortex_m_interrupt as interrupt; | ||
| 80 | #[cfg(feature = "unstable-pac")] | 80 | #[cfg(feature = "unstable-pac")] |
| 81 | pub use stm32_metapac as pac; | 81 | pub use stm32_metapac as pac; |
| 82 | #[cfg(not(feature = "unstable-pac"))] | 82 | #[cfg(not(feature = "unstable-pac"))] |
