revert stm32l0xx change.

This commit is contained in:
guozhanxin 2022-03-30 01:38:47 +08:00
parent 1b6031954a
commit d9591b6eb3
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ Export('SDK_LIB')
# prepare building environment
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
stm32_library = 'STM32L4xx_HAL'
stm32_library = 'STM32L0xx_HAL'
rtconfig.BSP_LIBRARY_TYPE = stm32_library
bsp_vdir = 'build'

View File

@ -50,7 +50,7 @@ Export('SDK_LIB')
# prepare building environment
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
stm32_library = 'STM32L4xx_HAL'
stm32_library = 'STM32L0xx_HAL'
rtconfig.BSP_LIBRARY_TYPE = stm32_library
bsp_vdir = 'build'