aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-09 07:58:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-09 07:58:41 +0000
commit19ee10d24417ce8db6d28cf2e57755450bdf42d8 (patch)
tree38eb0a608de42fcf8cee3acc16a9bf0d5eeeef5b /os/hal/hal.dox
parentf407e4a84fcf2cf3bb003ed36f80ec136f8683c2 (diff)
downloadChibiOS-19ee10d24417ce8db6d28cf2e57755450bdf42d8.tar.gz
ChibiOS-19ee10d24417ce8db6d28cf2e57755450bdf42d8.tar.bz2
ChibiOS-19ee10d24417ce8db6d28cf2e57755450bdf42d8.zip
Defaulted serial buffer sizes to 16 bytes. Improvements to the documentation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2239 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/hal.dox')
-rw-r--r--os/hal/hal.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/hal.dox b/os/hal/hal.dox
index 7b51039ad..619d29796 100644
--- a/os/hal/hal.dox
+++ b/os/hal/hal.dox
@@ -68,14 +68,14 @@
*/
/**
- * @defgroup HAL_CONF HAL Configuration
+ * @defgroup HAL_CONF Configuration
* @brief @ref HAL Configuration.
* @details The file @p halconf.h contains the high level settings for all
* the drivers supported by the HAL. The low level, platform dependent,
* settings are contained in the @p mcuconf.h file instead and are describe
* in the various platforms reference manuals.
*
- * @ingroup HAL
+ * @ingroup IO
*/
/**