diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-03-26 16:01:37 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-03-27 15:18:06 +0100 |
| commit | d41eeeae79388f219bf6a84e2f7bde9f6b532516 (patch) | |
| tree | 678b6fc732216e529dc38e6f65b72a309917ac32 /embassy-stm32/src/lib.rs | |
| parent | 9edf5b7f049f95742b60b041e4443967d8a6b708 (diff) | |
Remove Peripheral trait, rename PeripheralRef->Peri.
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"))] |
