We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd8255 commit 4ec1fd2Copy full SHA for 4ec1fd2
lib/stm32wba/CMakeLists.txt
@@ -2,10 +2,6 @@
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
-if(DEFINED CONFIG_BOARD_NUCLEO_WBA52CG)
6
- message(FATAL_ERROR "BLE library is not compatible with nucleo_wba52cg")
7
-endif()
8
-
9
zephyr_compile_definitions( -DBLE )
10
11
zephyr_include_directories(BLE_TransparentMode/Core/Inc)
0 commit comments