Fix NUCLEO_H743ZI2 target

pull/14275/head
Robert Walton 2021-02-11 14:03:23 +00:00
parent f6302dc108
commit f2f927ebac
1 changed files with 4 additions and 4 deletions

View File

@ -1,17 +1,17 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
add_library(mbed-nucleo-h743ZI2 INTERFACE)
add_library(mbed-nucleo-h743zi2 INTERFACE)
target_sources(mbed-nucleo-h743ZI2
target_sources(mbed-nucleo-h743zi2
INTERFACE
PeripheralPins.c
system_clock.c
)
target_include_directories(mbed-nucleo-h743ZI2
target_include_directories(mbed-nucleo-h743zi2
INTERFACE
.
)
target_link_libraries(mbed-nucleo-h743ZI2 INTERFACE mbed-stm32h743xi)
target_link_libraries(mbed-nucleo-h743zi2 INTERFACE mbed-stm32h743xi)