diff options
Diffstat (limited to 'os/hal/dox')
-rw-r--r-- | os/hal/dox/ext.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/dox/ext.dox b/os/hal/dox/ext.dox index 1eed75e5b..b59269c43 100644 --- a/os/hal/dox/ext.dox +++ b/os/hal/dox/ext.dox @@ -18,6 +18,8 @@ * @defgroup EXT EXT Driver
* @brief Generic EXT Driver.
* @details This module implements a generic EXT (EXTernal) driver.
+ * @note This driver is obsolete. Use the Event and Callback functions
+ * of the @ref PAL driver instead.
* @pre In order to use the EXT driver the @p HAL_USE_EXT option
* must be enabled in @p halconf.h.
*
|