diff --git a/include/zephyr/drivers/sensor.h b/include/zephyr/drivers/sensor.h index 5e0a7e7a33926..f6ef9b48ef3d1 100644 --- a/include/zephyr/drivers/sensor.h +++ b/include/zephyr/drivers/sensor.h @@ -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. *