diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-22 11:34:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-22 11:34:04 +0000 |
commit | d4c246e1bf9af0096b69ded8ae65bbf754267754 (patch) | |
tree | 234cff7b0a84068b3b6dedca795ba71faa9f1a7b /os/hal/include/mmcsd.h | |
parent | 4149bab2ca98e041d09d9908b04e634b84257f2c (diff) | |
download | ChibiOS-d4c246e1bf9af0096b69ded8ae65bbf754267754.tar.gz ChibiOS-d4c246e1bf9af0096b69ded8ae65bbf754267754.tar.bz2 ChibiOS-d4c246e1bf9af0096b69ded8ae65bbf754267754.zip |
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5298 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/mmcsd.h')
-rw-r--r-- | os/hal/include/mmcsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/include/mmcsd.h b/os/hal/include/mmcsd.h index 6a0bd8ab1..c782ab7a2 100644 --- a/os/hal/include/mmcsd.h +++ b/os/hal/include/mmcsd.h @@ -21,6 +21,8 @@ /**
* @file mmcsd.h
* @brief MMC/SD cards common header.
+ * @details This header defines an abstract interface useful to access MMC/SD
+ * I/O block devices in a standardized way.
*
* @addtogroup MMCSD
* @{
|