aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-01-06 09:05:15 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-01-06 09:05:15 +0000
commit8da7cad86d957e3dc7126adc4a678e1d431ecaf1 (patch)
treee99d3939dc43fb6c5c6a615d60f1b5e9479001bd /os/hal/dox
parent6ecd7c2bf023df721108ea64779895a1b9e6e0c8 (diff)
downloadChibiOS-8da7cad86d957e3dc7126adc4a678e1d431ecaf1.tar.gz
ChibiOS-8da7cad86d957e3dc7126adc4a678e1d431ecaf1.tar.bz2
ChibiOS-8da7cad86d957e3dc7126adc4a678e1d431ecaf1.zip
Small documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12532 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/dox')
-rw-r--r--os/hal/dox/ext.dox2
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.
*