aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD')
-rw-r--r--os/hal/ports/STM32/LLD/SDMMCv1/sdc_lld.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/SDMMCv1/sdc_lld.h b/os/hal/ports/STM32/LLD/SDMMCv1/sdc_lld.h
index 66a423362..e8563bf15 100644
--- a/os/hal/ports/STM32/LLD/SDMMCv1/sdc_lld.h
+++ b/os/hal/ports/STM32/LLD/SDMMCv1/sdc_lld.h
@@ -40,6 +40,15 @@
* @{
*/
/**
+ * @brief SDMMC driver enable switch.
+ * @details If set to @p TRUE the support for SDMMC1 is included.
+ * @note The default is @p FALSE.
+ */
+#if !defined(STM32_SDC_USE_SDMMC1) || defined(__DOXYGEN__)
+#define STM32_SDC_USE_SDMMC1 FALSE
+#endif
+
+/**
* @brief Support for unaligned transfers.
* @note Unaligned transfers are much slower.
*/