Skip to content

Commit a1b73c9

Browse files
committed
Fix typo after rebase
1 parent 879ae8c commit a1b73c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/exporters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def scan_and_copy_resources(self, prj_paths, trg_path, relative=False):
176176

177177
# Add the configuration file to the target directory
178178
self.config_header = "mbed_conf.h"
179-
cfg.get_config_data_header(join(trg_path, self.config_header))
179+
config.get_config_data_header(join(trg_path, self.config_header))
180180
# Check the existence of a binary build of the mbed library for the desired target
181181
# This prevents exporting the mbed libraries from source
182182
# if not self.toolchain.mbed_libs:

0 commit comments

Comments
 (0)