Skip to content

Commit 33f474b

Browse files
committed
Small fix
1 parent a3cdfbb commit 33f474b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wdog.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
use crate::pac::{FWDGT, WWDGT};
66
use crate::unit::MicroSeconds;
7-
use embedded_hal::watchdog::{Watchdog, Enable, Disable};
7+
use embedded_hal::watchdog::{Watchdog, Enable};
88
use core::convert::Infallible;
99

1010
// Ref: Section 13.1.4

0 commit comments

Comments
 (0)