diff --git a/tools/build_api.py b/tools/build_api.py index 4f70409e23..e43ee6fbd7 100644 --- a/tools/build_api.py +++ b/tools/build_api.py @@ -561,7 +561,7 @@ def build_project(src_paths, build_path, target, toolchain_name, map_html = join(build_path, name + "_map.html") memap_instance.generate_output('html', stats_depth, map_html) - resources.detect_duplicates(toolchain) + resources.detect_duplicates() if report != None: end = time()