From 0a1a286a3127d8d59a604c787408b3928d58c639 Mon Sep 17 00:00:00 2001 From: Yong Cong Sin Date: Mon, 27 May 2024 21:59:06 +0800 Subject: [PATCH] doc: services: debugging: mipi: fix heading Fix heading level. Signed-off-by: Yong Cong Sin --- doc/services/debugging/mipi_stp_decoder.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/services/debugging/mipi_stp_decoder.rst b/doc/services/debugging/mipi_stp_decoder.rst index dfba9c7e99b..9edf1e4d94e 100644 --- a/doc/services/debugging/mipi_stp_decoder.rst +++ b/doc/services/debugging/mipi_stp_decoder.rst @@ -17,7 +17,7 @@ written to Stimulus Port registers maps directly to STP stream. This module can be used to perform on-chip decoding of the data stream. STP v2 is used. Usage -##### +***** Decoder is initialized with a callback. A callback is called on each decoded opcode. Decoder has internal state since there are dependency between opcodes (e.g. timestamp can be @@ -27,7 +27,7 @@ Loss of synchronization can be indicated to the decoder by calling :c:func:`mipi_stp_decoder_sync_loss`. :c:func:`mipi_stp_decoder_decode` is used to decode the data. Limitations -########### +*********** There are following limitations: