From a1b73c9b7e1c74fbb2c1a2006217eec4a0c3e7d1 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Fri, 17 Jun 2016 11:01:22 -0500 Subject: [PATCH] Fix typo after rebase --- tools/export/exporters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/export/exporters.py b/tools/export/exporters.py index 86160a5170..217b71a97c 100644 --- a/tools/export/exporters.py +++ b/tools/export/exporters.py @@ -176,7 +176,7 @@ class Exporter(object): # Add the configuration file to the target directory self.config_header = "mbed_conf.h" - cfg.get_config_data_header(join(trg_path, self.config_header)) + config.get_config_data_header(join(trg_path, self.config_header)) # Check the existence of a binary build of the mbed library for the desired target # This prevents exporting the mbed libraries from source # if not self.toolchain.mbed_libs: