1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

fix typo in FuriHalDebuging.md (#2667)

This commit is contained in:
end-me-please
2023-05-14 08:12:30 +02:00
committed by GitHub
parent aa8a369e2a
commit c496962f95

View File

@@ -1,6 +1,6 @@
# Furi HAL Debugging
Some Furi subsystem got additional debugging features that can be enabled by adding additional defines to firmware compilation.
Some Furi subsystems got additional debugging features that can be enabled by adding additional defines to firmware compilation.
Usually they are used for low level tracing and profiling or signal redirection/duplication.