Skip to content

Commit

Permalink
Merge pull request #2232 from bridadan/fix-typo-build-api
Browse files Browse the repository at this point in the history
Fixed traceback in build_api
  • Loading branch information
sg- authored Jul 22, 2016
2 parents fcd03f2 + 51c575d commit 2e5bf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def build_library(src_paths, build_path, target, toolchain_name,
if resources.linker_script:
toolchain.copy_files(resources.linker_script, build_path, resources=resources)

if resource.hex_files:
if resources.hex_files:
toolchain.copy_files(resources.hex_files, build_path, resources=resources)

# Compile Sources
Expand Down

0 comments on commit 2e5bf78

Please sign in to comment.