Skip to content

Commit c496962

Browse files
fix typo in FuriHalDebuging.md (#2667)
1 parent aa8a369 commit c496962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/FuriHalDebuging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Furi HAL Debugging
22

3-
Some Furi subsystem got additional debugging features that can be enabled by adding additional defines to firmware compilation.
3+
Some Furi subsystems got additional debugging features that can be enabled by adding additional defines to firmware compilation.
44
Usually they are used for low level tracing and profiling or signal redirection/duplication.
55

66

@@ -23,4 +23,4 @@ There are 3 signals that will be exposed to external GPIO pins:
2323
There are 2 signals that will be exposed to external GPIO pins:
2424

2525
- `WFI` - `PB2` - Light sleep (wait for interrupt) used. Basically this is lightest and most non-breaking things power save mode. All function and debug should work correctly in this mode.
26-
- `STOP` - `PC3` - STOP mode used. Platform deep sleep mode. Extremely fragile mode where most of the silicon is disabled or in unusable state. Debugging MCU in this mode is nearly impossible.
26+
- `STOP` - `PC3` - STOP mode used. Platform deep sleep mode. Extremely fragile mode where most of the silicon is disabled or in unusable state. Debugging MCU in this mode is nearly impossible.

0 commit comments

Comments
 (0)