summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docs/library/machine.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/library/machine.rst b/docs/library/machine.rst
index b4d25ceb3c..05927e5b42 100644
--- a/docs/library/machine.rst
+++ b/docs/library/machine.rst
@@ -14,11 +14,9 @@ Reset related functions
Resets the device in a manner similar to pushing the external RESET
button.
-.. only:: port_wipy
+.. function:: reset_cause()
- .. function:: reset_cause()
-
- Get the reset cause. See :ref:`constants <machine_constants>` for the possible return values.
+ Get the reset cause. See :ref:`constants <machine_constants>` for the possible return values.
Interrupt related functions
---------------------------