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 c37908dbc..4d7aac81f 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs | |||
| @@ -211,7 +211,7 @@ macro_rules! bind_interrupts { | |||
| 211 | 211 | ||
| 212 | // Reexports | 212 | // Reexports |
| 213 | pub use _generated::{peripherals, Peripherals}; | 213 | pub use _generated::{peripherals, Peripherals}; |
| 214 | pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; | 214 | pub use embassy_hal_internal::{Peri, PeripheralType}; |
| 215 | #[cfg(feature = "unstable-pac")] | 215 | #[cfg(feature = "unstable-pac")] |
| 216 | pub use stm32_metapac as pac; | 216 | pub use stm32_metapac as pac; |
| 217 | #[cfg(not(feature = "unstable-pac"))] | 217 | #[cfg(not(feature = "unstable-pac"))] |
