Skip to content

Commit cf54d36

Browse files
authored
Merge pull request #14899 from jeromecoutant/PR_WLE5
STM32WL: correct CMakeLists.txt for STM32WLE5xC
2 parents 8a507e6 + 9a7b1db commit cf54d36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/TARGET_STM/TARGET_STM32WL/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
add_subdirectory(TARGET_STM32WL55xC EXCLUDE_FROM_ALL)
5+
add_subdirectory(TARGET_STM32WLE5xC EXCLUDE_FROM_ALL)
6+
57
add_subdirectory(STM32Cube_FW EXCLUDE_FROM_ALL)
68

79
add_library(mbed-stm32wl INTERFACE)

0 commit comments

Comments
 (0)