From f3d840ace7efcf58f2c7cb275817dc7b3e1e15a0 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 12 Feb 2025 13:41:06 +0100 Subject: [PATCH] dynpin bugfix --- va108xx-hal/src/gpio/dynpin.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/va108xx-hal/src/gpio/dynpin.rs b/va108xx-hal/src/gpio/dynpin.rs index 52017b6..6a964cb 100644 --- a/va108xx-hal/src/gpio/dynpin.rs +++ b/va108xx-hal/src/gpio/dynpin.rs @@ -346,11 +346,6 @@ impl DynPin { self.regs.write_pin_masked(false) } - #[inline] - pub fn edge_has_occurred(&mut self) -> bool { - self.regs.edge_has_occurred() - } - pub(crate) fn irq_enb( &mut self, irq_cfg: crate::IrqCfg, -- 2.43.0