Update embassy-rp
This commit is contained in:
committed by
Dario Nieuwenhuis
parent
65a82d02d1
commit
bff0ad9286
@ -417,7 +417,7 @@ impl AnyPin {
|
||||
Self { pin_port }
|
||||
}
|
||||
|
||||
pub fn unborrow_and_degrade<'a>(pin: impl Unborrow<Target = impl Pin + 'a> + 'a) -> Unborrowed<'a, Self> {
|
||||
pub(crate) fn unborrow_and_degrade<'a>(pin: impl Unborrow<Target = impl Pin + 'a> + 'a) -> Unborrowed<'a, Self> {
|
||||
Unborrowed::new(AnyPin {
|
||||
pin_port: pin.unborrow().pin_port(),
|
||||
})
|
||||
|
Reference in New Issue
Block a user