git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3010 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2011-06-02 11:49:37 +00:00
parent a3ec9940d0
commit 58cf0fbdc6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
* @brief Enables the MMC_SPI subsystem.
*/
#if !defined(HAL_USE_MMC_SPI) || defined(__DOXYGEN__)
#define HAL_USE_MMC_SPI FALSE
#define HAL_USE_MMC_SPI TRUE
#endif
/**