Skip to content

Commit eba9fb1

Browse files
committed
build_api script : separate PeripheralPins.o
1 parent 65abff9 commit eba9fb1

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
@@ -1075,7 +1075,7 @@ def build_mbed_libs(target, toolchain_name, clean=False, macros=None,
10751075
# - mbed_overrides.o: this contains platform overrides of various
10761076
# weak SDK functions
10771077
# - mbed_main.o: this contains main redirection
1078-
separate_names, separate_objects = ['mbed_retarget.o', 'mbed_board.o',
1078+
separate_names, separate_objects = ['PeripheralPins.o', 'mbed_retarget.o', 'mbed_board.o',
10791079
'mbed_overrides.o', 'mbed_main.o', 'mbed_sdk_boot.o'], []
10801080

10811081
for obj in objects:

0 commit comments

Comments
 (0)