stm32: remove unused sealed::OptionalPin
This commit is contained in:
parent
49eb2f769e
commit
4a75475cfc
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user