diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-28 11:00:00 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-28 11:00:00 +0000 |
commit | 5b9c975a2d5253ecdea8e1341336d83d58ba7e75 (patch) | |
tree | 42e7cf972e4d38d8bbcfc411441a54d38d3653d4 /os | |
parent | 5cb659cbc19c23e2ae27e4dd8ea736ed00230e23 (diff) | |
download | ChibiOS-5b9c975a2d5253ecdea8e1341336d83d58ba7e75.tar.gz ChibiOS-5b9c975a2d5253ecdea8e1341336d83d58ba7e75.tar.bz2 ChibiOS-5b9c975a2d5253ecdea8e1341336d83d58ba7e75.zip |
Fixed missing #endif.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10208 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/STM32/LLD/SDMMCv1/hal_sdc_lld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/SDMMCv1/hal_sdc_lld.h b/os/hal/ports/STM32/LLD/SDMMCv1/hal_sdc_lld.h index 9f4490da3..7a6c2351f 100644 --- a/os/hal/ports/STM32/LLD/SDMMCv1/hal_sdc_lld.h +++ b/os/hal/ports/STM32/LLD/SDMMCv1/hal_sdc_lld.h @@ -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.
|