Skip to content

Commit d9591b6

Browse files
committed
revert stm32l0xx change.
1 parent 1b60319 commit d9591b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bsp/stm32/stm32l010-st-nucleo/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Export('SDK_LIB')
5050
# prepare building environment
5151
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
5252

53-
stm32_library = 'STM32L4xx_HAL'
53+
stm32_library = 'STM32L0xx_HAL'
5454
rtconfig.BSP_LIBRARY_TYPE = stm32_library
5555

5656
bsp_vdir = 'build'

bsp/stm32/stm32l053-st-nucleo/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Export('SDK_LIB')
5050
# prepare building environment
5151
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
5252

53-
stm32_library = 'STM32L4xx_HAL'
53+
stm32_library = 'STM32L0xx_HAL'
5454
rtconfig.BSP_LIBRARY_TYPE = stm32_library
5555

5656
bsp_vdir = 'build'

0 commit comments

Comments
 (0)