We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee39d3 commit 6b20899Copy full SHA for 6b20899
src/watchdog.rs
@@ -41,8 +41,8 @@ pub trait Enable {
41
/// Disables a running watchdog timer so the processor won't be reset.
42
///
43
/// 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.
+/// In this case, hardware support libraries would not implement this trait
+/// and hardware-agnostic libraries should consider not requiring it.
46
pub trait Disable {
47
/// An enumeration of `Disable` errors.
48
0 commit comments