Skip to content

Commit 2fbd01d

Browse files
LMESTMadbridge
authored andcommitted
Fix Typo in include file name
1 parent 46ac925 commit 2fbd01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F1/device/stm32f1xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
#endif /* HAL_HCD_MODULE_ENABLED */
353353

354354
#ifdef HAL_MMC_MODULE_ENABLED
355-
#include "stm32f4xx_hal_mmc.h"
355+
#include "stm32f1xx_hal_mmc.h"
356356
#endif /* HAL_MMC_MODULE_ENABLED */
357357

358358
/* Exported macro ------------------------------------------------------------*/

0 commit comments

Comments
 (0)