Skip to content

Commit 6b20899

Browse files
luojia65eldruin
andauthored
Update src/watchdog.rs
Co-authored-by: Diego Barrios Romero <[email protected]>
1 parent 9ee39d3 commit 6b20899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/watchdog.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ pub trait Enable {
4141
/// Disables a running watchdog timer so the processor won't be reset.
4242
///
4343
/// Not all watchdog timers support disable operation after they've been enabled.
44-
/// In this case, hardware abstract libraries would not consider implementing this
45-
/// trait.
44+
/// In this case, hardware support libraries would not implement this trait
45+
/// and hardware-agnostic libraries should consider not requiring it.
4646
pub trait Disable {
4747
/// An enumeration of `Disable` errors.
4848
///

0 commit comments

Comments
 (0)