Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/zephyr/drivers/sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ struct sensor_decoder_api {
/**
* @brief Decode up to @p max_count frames specified by @p chan_spec from the @p buffer
*
* Sample showing the process of decoding at most @code MAX_FRAMES for each distance
* Sample showing the process of decoding at most `MAX_FRAMES` for each distance
* sensor channel. The frame iterator is reset for each new channel to allow the
* full history of each channel to be decoded.
*
Expand Down