diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-06-27 00:38:05 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-06-27 00:38:05 +0300 |
| commit | fbd252b77cb7eb5b525e757ac7dd20051fd6b673 (patch) | |
| tree | c6c1c8bfbe6c2319a4998f1630d98506778f0870 /docs/library/pyb.rst | |
| parent | 748f493f334ed9e39598374c82ec12960bb85cbf (diff) | |
docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions.
Diffstat (limited to 'docs/library/pyb.rst')
| -rw-r--r-- | docs/library/pyb.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst index 9c4933808..a8fef9309 100644 --- a/docs/library/pyb.rst +++ b/docs/library/pyb.rst @@ -85,10 +85,10 @@ Reset related functions Enable or disable hard-fault debugging. A hard-fault is when there is a fatal error in the underlying system, like an invalid memory access. - If the `value` argument is `False` then the board will automatically reset if + If the *value* argument is ``False`` then the board will automatically reset if there is a hard fault. - If `value` is `True` then, when the board has a hard fault, it will print the + If *value* is ``True`` then, when the board has a hard fault, it will print the registers and the stack trace, and then cycle the LEDs indefinitely. The default value is disabled, i.e. to automatically reset. |
