diff options
author | Jos Verlinde <josverl@microsoft.com> | 2021-09-26 23:14:56 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-02-09 15:05:49 +1100 |
commit | f99b6799167a6cce97a7a683825f6ea27a892e6e (patch) | |
tree | fbf3c26608c7a94a54f77d2fbd6fb6dfd1b8f471 /docs/library | |
parent | 7621b176365c8b2b6187861dbb1f20ffe4c68335 (diff) | |
download | micropython-f99b6799167a6cce97a7a683825f6ea27a892e6e.tar.gz micropython-f99b6799167a6cce97a7a683825f6ea27a892e6e.zip |
docs/library/machine.WDT.rst: Use correct case for WDT.feed.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/machine.WDT.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.WDT.rst b/docs/library/machine.WDT.rst index 3c799583e6..8c81e10ea5 100644 --- a/docs/library/machine.WDT.rst +++ b/docs/library/machine.WDT.rst @@ -31,7 +31,7 @@ Constructors Methods ------- -.. method:: wdt.feed() +.. method:: WDT.feed() Feed the WDT to prevent it from resetting the system. The application should place this call in a sensible place ensuring that the WDT is |