diff --git a/src/gpio.rs b/src/gpio.rs index faf3365e..fda029ef 100644 --- a/src/gpio.rs +++ b/src/gpio.rs @@ -189,6 +189,7 @@ use sealed::PinMode; use sealed::Interruptable; impl Interruptable for Input {} +impl Interruptable for Dynamic {} /// External Interrupt Pin pub trait ExtiPin {