From 67ece47121fb34fecba12dc3c0cb2c9823fe8d46 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 17 Apr 2016 17:40:08 +0300 Subject: [PATCH] docs/machine: reset_cause() has been implemented for esp8266. --- docs/library/machine.rst | 6 ++---- 1 file 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 ` for the possible return values. + Get the reset cause. See :ref:`constants ` for the possible return values. Interrupt related functions ---------------------------