Merge pull request #2232 from bridadan/fix-typo-build-api

Fixed traceback in build_api
pull/2133/head
Sam Grove 2016-07-22 17:55:19 -05:00 committed by GitHub
commit 2e5bf78717
1 changed files with 1 additions and 1 deletions

View File

@ -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