Skip to content

Commit 6d127fc

Browse files
committed
Add Interruptable for Dynamic
1 parent 9876d19 commit 6d127fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gpio.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ use sealed::PinMode;
189189

190190
use sealed::Interruptable;
191191
impl<MODE> Interruptable for Input<MODE> {}
192+
impl Interruptable for Dynamic {}
192193

193194
/// External Interrupt Pin
194195
pub trait ExtiPin {

0 commit comments

Comments
 (0)