Skip to content

Commit 8baa8c5

Browse files
author
Cruz Monrreal
authored
Merge pull request #7353 from jeromecoutant/PR_BUILDOS2
build_api script : separate PeripheralPins.o
2 parents 34fd640 + eba9fb1 commit 8baa8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ def build_mbed_libs(target, toolchain_name, clean=False, macros=None,
10761076
# - mbed_overrides.o: this contains platform overrides of various
10771077
# weak SDK functions
10781078
# - mbed_main.o: this contains main redirection
1079-
separate_names, separate_objects = ['mbed_retarget.o', 'mbed_board.o',
1079+
separate_names, separate_objects = ['PeripheralPins.o', 'mbed_retarget.o', 'mbed_board.o',
10801080
'mbed_overrides.o', 'mbed_main.o', 'mbed_sdk_boot.o'], []
10811081

10821082
for obj in objects:

0 commit comments

Comments
 (0)