Skip to content

Commit dc15549

Browse files
committed
remove doc note about two microcontroller.reset() in quick succession
1 parent fc33a71 commit dc15549

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

shared-bindings/alarm/SleepMemory.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
//| and deep sleep wake. Contents are lost when power is removed and restored,
1919
//| or on brown-out reset.
2020
//|
21-
//| .. note::
22-
//| Programs that call ``microcontroller.reset()`` should wait at least
23-
//| one second after boot before resetting, otherwise CircuitPython's
24-
//| double-reset safe mode detector may activate. See
25-
//| ``supervisor/shared/safe_mode.c``.
26-
//|
2721
//| Note that this class can't be imported and used directly. The sole
2822
//| instance of :class:`SleepMemory` is available at
2923
//| :attr:`alarm.sleep_memory`.

0 commit comments

Comments
 (0)