aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-stm32/src/lib.rs')
-rw-r--r--embassy-stm32/src/lib.rs2
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
213pub use _generated::{peripherals, Peripherals}; 213pub use _generated::{peripherals, Peripherals};
214pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; 214pub use embassy_hal_internal::{Peri, PeripheralType};
215#[cfg(feature = "unstable-pac")] 215#[cfg(feature = "unstable-pac")]
216pub use stm32_metapac as pac; 216pub use stm32_metapac as pac;
217#[cfg(not(feature = "unstable-pac"))] 217#[cfg(not(feature = "unstable-pac"))]