Skip to content

Commit f12e5e9

Browse files
committed
(hopefully) fix markup
1 parent acf827a commit f12e5e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shared-bindings/alarm/__init__.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
//| In some cases there may be no decrease in power consumption.
3737
//|
3838
//| .. note::
39-
//| **Implementation note for RP2xxx**: light sleep uses aggressive power-saving. For the W-variants,
40-
//| It shuts down WiFi and restarts it after wakeup. User code has to reconnect after wakeup to an
41-
//| AP if necessary. From a power-saving perspective, light and deep sleep are identical (< 2mA@5V),
42-
//| but light sleep does not reset after wakeup like deep sleep does.
39+
//| **Implementation note for RP2xxx**: light sleep uses aggressive power-saving. For the W-variants,
40+
//| It shuts down WiFi and restarts it after wakeup. User code has to reconnect after wakeup to an
41+
//| AP if necessary. From a power-saving perspective, light and deep sleep are identical (< 2mA@5V),
42+
//| but light sleep does not reset after wakeup like deep sleep does.
4343
//|
4444
//| Deep sleep shuts down power to nearly all of the microcontroller including the CPU and RAM. This can save
4545
//| a more significant amount of power, but CircuitPython must restart ``code.py`` from the beginning when

0 commit comments

Comments
 (0)