Skip to content

Commit

Permalink
use new compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Dec 10, 2024
1 parent 5699816 commit 0f2ddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/gpio/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,7 @@ mod asynch {
pin: Flex<'d, P>,
}

impl<'d, P: InputPin> PinFuture<'d, P> {
impl<P: InputPin> PinFuture<'_, P> {
fn pin_mask(&self) -> u32 {
let bank = self.pin.gpio_bank(private::Internal);
1 << (self.pin.number() - bank.offset())
Expand Down

0 comments on commit 0f2ddfd

Please sign in to comment.