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 3ff04fa commit e4fb740Copy full SHA for e4fb740
targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G431xB/CMakeLists.txt
@@ -1,7 +1,7 @@
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-if("NUCLEO_G474RE" IN_LIST MBED_TARGET_LABELS)
+if("NUCLEO_G431KB" IN_LIST MBED_TARGET_LABELS)
5
add_subdirectory(TARGET_NUCLEO_G431KB)
6
endif()
7
0 commit comments