Fixed traceback in build_api (typo of resources variable in build_library)

pull/2232/head
Brian Daniels 2016-07-22 17:48:52 -05:00
parent fcd03f285d
commit 51c575dcc6
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