Explorar o código

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

Signed-off-by: Willian Chan <chentingwei@rt-thread.com>
Willian Chan %!s(int64=6) %!d(string=hai) anos
pai
achega
4f631d780e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bsp/stm32/libraries/STM32F1xx_HAL/SConscript

+ 1 - 1
bsp/stm32/libraries/STM32F1xx_HAL/SConscript

@@ -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']):