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,