Skip to content

Commit 0e83446

Browse files
alexapostolucfriedt
authored andcommitted
include: zephyr: drivers: sensor.h: fixed inline code format
Fixed inline code format from @code to backticks. Signed-off-by: Alexander Apostolu <apostolu240@gmail.com>
1 parent 4187375 commit 0e83446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/drivers/sensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ struct sensor_decoder_api {
513513
/**
514514
* @brief Decode up to @p max_count frames specified by @p chan_spec from the @p buffer
515515
*
516-
* Sample showing the process of decoding at most @code MAX_FRAMES for each distance
516+
* Sample showing the process of decoding at most `MAX_FRAMES` for each distance
517517
* sensor channel. The frame iterator is reset for each new channel to allow the
518518
* full history of each channel to be decoded.
519519
*

0 commit comments

Comments
 (0)