Skip to content

Commit 9a7b1db

Browse files
committed
STM32WL: correct CMakeLists.txt for STM32WLE5xC
1 parent 57ae146 commit 9a7b1db

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)