Fixed a typo (incorrectly referring to G474RE instead of G431KB)

pull/13979/head
Tauno Magnusson 2021-01-24 02:41:18 +01:00
parent 3ff04fa81e
commit e4fb7402c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if("NUCLEO_G474RE" IN_LIST MBED_TARGET_LABELS)
if("NUCLEO_G431KB" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_NUCLEO_G431KB)
endif()