mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 09:52:08 +08:00
revert stm32l0xx change.
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user