We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc33a71 commit dc15549Copy full SHA for dc15549
1 file changed
shared-bindings/alarm/SleepMemory.c
@@ -18,12 +18,6 @@
18
//| and deep sleep wake. Contents are lost when power is removed and restored,
19
//| or on brown-out reset.
20
//|
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
-//|
27
//| Note that this class can't be imported and used directly. The sole
28
//| instance of :class:`SleepMemory` is available at
29
//| :attr:`alarm.sleep_memory`.
0 commit comments