Skip to content

Commit f2f927e

Browse files
committed
Fix NUCLEO_H743ZI2 target
1 parent f6302dc commit f2f927e

File tree

1 file changed

+4
-4
lines changed
  • targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H743xI/TARGET_NUCLEO_H743ZI2

1 file changed

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

4-
add_library(mbed-nucleo-h743ZI2 INTERFACE)
4+
add_library(mbed-nucleo-h743zi2 INTERFACE)
55

6-
target_sources(mbed-nucleo-h743ZI2
6+
target_sources(mbed-nucleo-h743zi2
77
INTERFACE
88
PeripheralPins.c
99
system_clock.c
1010
)
1111

12-
target_include_directories(mbed-nucleo-h743ZI2
12+
target_include_directories(mbed-nucleo-h743zi2
1313
INTERFACE
1414
.
1515
)
1616

17-
target_link_libraries(mbed-nucleo-h743ZI2 INTERFACE mbed-stm32h743xi)
17+
target_link_libraries(mbed-nucleo-h743zi2 INTERFACE mbed-stm32h743xi)

0 commit comments

Comments
 (0)