Skip to content

Commit bcc532d

Browse files
jeromecoutantadbridge
authored andcommitted
build_api script : separate PeripheralPins.o
1 parent 0d2e199 commit bcc532d

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

10791079
for obj in objects:

0 commit comments

Comments
 (0)