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