We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cdfbb commit 33f474bCopy full SHA for 33f474b
src/wdog.rs
@@ -4,7 +4,7 @@
4
5
use crate::pac::{FWDGT, WWDGT};
6
use crate::unit::MicroSeconds;
7
-use embedded_hal::watchdog::{Watchdog, Enable, Disable};
+use embedded_hal::watchdog::{Watchdog, Enable};
8
use core::convert::Infallible;
9
10
// Ref: Section 13.1.4
0 commit comments