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.
1 parent 1b60319 commit d9591b6Copy full SHA for d9591b6
bsp/stm32/stm32l010-st-nucleo/SConstruct
@@ -50,7 +50,7 @@ Export('SDK_LIB')
50
# prepare building environment
51
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
52
53
-stm32_library = 'STM32L4xx_HAL'
+stm32_library = 'STM32L0xx_HAL'
54
rtconfig.BSP_LIBRARY_TYPE = stm32_library
55
56
bsp_vdir = 'build'
bsp/stm32/stm32l053-st-nucleo/SConstruct
0 commit comments