Skip to content

Commit 8684f16

Browse files
authored
Merge pull request #2623 from willianchanlovegithub/stm32fxxx_hal
[bsp][stm32]Fixed error stm32f1xx_hal library reference when using sdio.
2 parents 398fdab + 4f631d7 commit 8684f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/stm32/libraries/STM32F1xx_HAL/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if GetDepend(['RT_USING_WDT']):
6464
src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c']
6565

6666
if GetDepend(['RT_USING_SDIO']):
67-
src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c']
67+
src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c']
6868
src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c']
6969

7070
if GetDepend(['RT_USING_AUDIO']):

0 commit comments

Comments
 (0)