未验证 提交 8684f166 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #2623 from willianchanlovegithub/stm32fxxx_hal

[bsp][stm32]Fixed error stm32f1xx_hal library reference when using sdio.
......@@ -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.
先完成此消息的编辑!
想要评论请 注册