diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-09 13:33:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-09 13:33:20 +0000 |
commit | 59cd671ba931279556dff5abf1db652f7611a6a6 (patch) | |
tree | e732795af9dadc7c8bf93c3bf1a26fa212191fdb /os/hal/dox/mmc_spi.dox | |
parent | 463cf04eef626e77e60533a1d1a199f45aa755fc (diff) | |
download | ChibiOS-59cd671ba931279556dff5abf1db652f7611a6a6.tar.gz ChibiOS-59cd671ba931279556dff5abf1db652f7611a6a6.tar.bz2 ChibiOS-59cd671ba931279556dff5abf1db652f7611a6a6.zip |
Fixed bug 3153591.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2629 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox/mmc_spi.dox')
-rw-r--r-- | os/hal/dox/mmc_spi.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/dox/mmc_spi.dox b/os/hal/dox/mmc_spi.dox index 65e66391e..e18ff1a8a 100644 --- a/os/hal/dox/mmc_spi.dox +++ b/os/hal/dox/mmc_spi.dox @@ -22,7 +22,7 @@ * @brief Generic MMC driver.
* @details This module implements a portable MMC driver that uses a SPI
* driver as physical layer.
- * @pre In order to use the ADC driver the @p CH_HAL_USE_MMC_SPI option
+ * @pre In order to use the MMC_SPI driver the @p HAL_USE_MMC_SPI option
* must be enabled in @p halconf.h.
*
* @section mmc_spi_1 Driver State Machine
|