diff options
Diffstat (limited to 'docs/library/machine.WDT.rst')
-rw-r--r-- | docs/library/machine.WDT.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/machine.WDT.rst b/docs/library/machine.WDT.rst index dca74f70f6..d7c801356e 100644 --- a/docs/library/machine.WDT.rst +++ b/docs/library/machine.WDT.rst @@ -1,4 +1,4 @@ -.. _machine.WDT: +.. currentmodule:: machine class WDT -- watchdog timer =========================== @@ -17,7 +17,7 @@ Example usage:: Constructors ------------ -.. class:: machine.WDT(id=0, timeout=5000) +.. class:: WDT(id=0, timeout=5000) Create a WDT object and start it. The timeout must be given in seconds and the minimum value that is accepted is 1 second. Once it is running the timeout |