Skip to content

Commit 2e5bf78

Browse files
authored
Merge pull request #2232 from bridadan/fix-typo-build-api
Fixed traceback in build_api
2 parents fcd03f2 + 51c575d commit 2e5bf78

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
@@ -345,7 +345,7 @@ def build_library(src_paths, build_path, target, toolchain_name,
345345
if resources.linker_script:
346346
toolchain.copy_files(resources.linker_script, build_path, resources=resources)
347347

348-
if resource.hex_files:
348+
if resources.hex_files:
349349
toolchain.copy_files(resources.hex_files, build_path, resources=resources)
350350

351351
# Compile Sources

0 commit comments

Comments
 (0)