Skip to content

Commit

Permalink
Once more
Browse files Browse the repository at this point in the history
  • Loading branch information
orual committed Mar 3, 2024
1 parent 0897649 commit 112350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-hal-ext/src/digital.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ impl<T: Event + ?Sized> Event for &mut T {
#[cfg(feature = "async")]
#[inline]
async fn wait_for(self: &mut Self, event: PinEvent) -> Result<PinEvent, Self::Error> {
T::wait_for(event)
T::wait_for(self, event).await
}
}

Expand Down

0 comments on commit 112350e

Please sign in to comment.