drivers: comparator: fix wrong @since tag

The Comparator API was introduced in 4.0, not 3.7

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-11-01 17:42:31 +01:00 committed by Mahesh Mahadevan
parent 0cc8f93e8a
commit 5c9b0a5a33
1 changed files with 1 additions and 1 deletions

View File

@ -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
* @{