stm32: remove unused sealed::OptionalPin

This commit is contained in:
Dario Nieuwenhuis 2022-02-12 01:34:09 +01:00
parent 49eb2f769e
commit 4a75475cfc

View File

@ -479,8 +479,6 @@ pub(crate) mod sealed {
.modify(|w| w.set_ospeedr(pin, speed.into())); .modify(|w| w.set_ospeedr(pin, speed.into()));
} }
} }
pub trait OptionalPin {}
} }
pub trait Pin: sealed::Pin + Sized + 'static { pub trait Pin: sealed::Pin + Sized + 'static {