File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
targets/TARGET_Maxim/TARGET_MAX32630 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
17
17
set (LIB_EXACT_LE TOOLCHAIN_GCC_ARM/libexactLE.a )
18
18
endif ()
19
19
20
- add_library (mbed-maxim- max32630 INTERFACE )
20
+ add_library (mbed-max32630 INTERFACE )
21
21
22
- target_include_directories (mbed-maxim- max32630
22
+ target_include_directories (mbed-max32630
23
23
INTERFACE
24
24
.
25
25
device
26
26
mxc
27
27
)
28
28
29
- target_sources (mbed-maxim- max32630
29
+ target_sources (mbed-max32630
30
30
INTERFACE
31
31
PeripheralPins.c
32
32
analogin_api.c
@@ -75,7 +75,7 @@ target_sources(mbed-maxim-max32630
75
75
${STARTUP_FILE}
76
76
)
77
77
78
- target_link_libraries (mbed-maxim- max32630
78
+ target_link_libraries (mbed-max32630
79
79
INTERFACE
80
80
${CMAKE_CURRENT_SOURCE_DIR} /${LIB_EXACT_LE}
81
81
mbed-maxim
You can’t perform that action at this time.
0 commit comments