提交 4f631d78 编写于 作者: W Willian Chan

[bsp][stm32]Fixed error stm32f1xx_hal library reference when using sdio.

Signed-off-by: NWillian Chan <chentingwei@rt-thread.com>
上级 ec0cb1e1
......@@ -64,7 +64,7 @@ if GetDepend(['RT_USING_WDT']):
src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c']
if GetDepend(['RT_USING_SDIO']):
src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c']
src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c']
src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c']
if GetDepend(['RT_USING_AUDIO']):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册