We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15deb8f commit a7328ffCopy full SHA for a7328ff
bsp/stm32/stm32f407-lckfb-skystar/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h
@@ -76,10 +76,6 @@
76
#define HAL_WWDG_MODULE_ENABLED
77
#endif
78
79
-/*#ifdef BSP_USING_SDIO*/
80
-#define HAL_SD_MODULE_ENABLED
81
-/*#endif*/
82
-
83
#ifdef BSP_USING_USBD
84
#define HAL_PCD_MODULE_ENABLED
85
@@ -136,6 +132,7 @@
136
132
#define HAL_RCC_MODULE_ENABLED
137
133
#define HAL_PWR_MODULE_ENABLED
138
134
#define HAL_CORTEX_MODULE_ENABLED
135
+#define HAL_SD_MODULE_ENABLED
139
140
/* ########################## HSE/HSI Values adaptation ##################### */
141
/**
0 commit comments