Skip to content

Commit e4fb740

Browse files
author
Tauno Magnusson
committed
Fixed a typo (incorrectly referring to G474RE instead of G431KB)
1 parent 3ff04fa commit e4fb740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G431xB/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
if("NUCLEO_G474RE" IN_LIST MBED_TARGET_LABELS)
4+
if("NUCLEO_G431KB" IN_LIST MBED_TARGET_LABELS)
55
add_subdirectory(TARGET_NUCLEO_G431KB)
66
endif()
77

0 commit comments

Comments
 (0)