Fixed missing #endif.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10208 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
5cb659cbc1
commit
5b9c975a2d
|
@ -84,6 +84,7 @@
|
|||
*/
|
||||
#if !defined(STM32_SDC_SDMMC_CLOCK_DELAY) || defined(__DOXYGEN__)
|
||||
#define STM32_SDC_SDMMC_CLOCK_DELAY 10
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Card clock power saving enable.
|
||||
|
|
Loading…
Reference in New Issue