From 5c9b0a5a33cab280ed29bb73e854a355fcd4194b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Fri, 1 Nov 2024 17:42:31 +0100 Subject: [PATCH] drivers: comparator: fix wrong @since tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Comparator API was introduced in 4.0, not 3.7 Signed-off-by: Benjamin Cabé --- include/zephyr/drivers/comparator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zephyr/drivers/comparator.h b/include/zephyr/drivers/comparator.h index 3d246fea5ff..1f4fc1db8c5 100644 --- a/include/zephyr/drivers/comparator.h +++ b/include/zephyr/drivers/comparator.h @@ -10,7 +10,7 @@ /** * @brief Comparator Interface * @defgroup comparator_interface Comparator Interface - * @since 3.7 + * @since 4.0 * @version 0.1.0 * @ingroup io_interfaces * @{