We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 398fdab + 4f631d7 commit 8684f16Copy full SHA for 8684f16
bsp/stm32/libraries/STM32F1xx_HAL/SConscript
@@ -64,7 +64,7 @@ if GetDepend(['RT_USING_WDT']):
64
src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c']
65
66
if GetDepend(['RT_USING_SDIO']):
67
- src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c']
+ src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c']
68
src += ['STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_sd.c']
69
70
if GetDepend(['RT_USING_AUDIO']):
0 commit comments