Documentation/reference/os/time_clock: fix indentation in HR Timer description

This patch fixes formatting error in desription of High Resolution Timer.
Using indentation to (presumably) align non-bold text right of the bold
text did not have the desired effect, instead the line was split into two
and the second line was handled as an indented paragraph.

Signed-off-by: Kerogit <kr.git@kerogit.eu>
This commit is contained in:
Kerogit
2026-02-28 08:37:05 +01:00
committed by Matteo Golin
parent b0af360212
commit 3225221519
+2 -2
View File
@@ -648,12 +648,12 @@ which delivers true nanosecond-level precision. HRTimer primarily provides
the following functional interfaces:
**Set a timer in nanoseconds**: Configure a software timer to trigger at
a specified nanosecond time.
a specified nanosecond time.
**Cancel a timer**: Cancel the software timer.
**Handle timer timeout**: Execute timeout processing after the timer event
is triggered.
is triggered.
A user can register an hrtimer callback to execute after a specified delay.
The callback runs in the timer interrupt context, so only limited NuttX interfaces