Skip to content

Commit a7328ff

Browse files
committed
删除注释掉的代码
1 parent 15deb8f commit a7328ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bsp/stm32/stm32f407-lckfb-skystar/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
7676
#define HAL_WWDG_MODULE_ENABLED
7777
#endif
7878

79-
/*#ifdef BSP_USING_SDIO*/
80-
#define HAL_SD_MODULE_ENABLED
81-
/*#endif*/
82-
8379
#ifdef BSP_USING_USBD
8480
#define HAL_PCD_MODULE_ENABLED
8581
#endif
@@ -136,6 +132,7 @@
136132
#define HAL_RCC_MODULE_ENABLED
137133
#define HAL_PWR_MODULE_ENABLED
138134
#define HAL_CORTEX_MODULE_ENABLED
135+
#define HAL_SD_MODULE_ENABLED
139136

140137
/* ########################## HSE/HSI Values adaptation ##################### */
141138
/**

0 commit comments

Comments
 (0)