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 9c842c5 commit 5163618Copy full SHA for 5163618
shared-bindings/watchdog/WatchDogMode.c
@@ -32,12 +32,12 @@
32
//| def __init__(self):
33
//| """Enum-like class to define the run mode of the watchdog timer."""
34
//|
35
-//| RAISE: Any = ...
+//| RAISE: watchdog.WatchDogMode = ...
36
//| """Raise an exception when the WatchDogTimer expires.
37
38
//| :type watchdog.WatchDogMode:"""
39
40
-//| RESET: Any = ...
+//| RESET: watchdog.WatchDogMode = ...
41
//| """Reset the system if the WatchDogTimer expires.
42
43
0 commit comments