mirror of https://github.com/ARMmbed/mbed-os.git
Fix typo after rebase
parent
879ae8c6bd
commit
a1b73c9b7e
|
@ -176,7 +176,7 @@ class Exporter(object):
|
||||||
|
|
||||||
# Add the configuration file to the target directory
|
# Add the configuration file to the target directory
|
||||||
self.config_header = "mbed_conf.h"
|
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
|
# Check the existence of a binary build of the mbed library for the desired target
|
||||||
# This prevents exporting the mbed libraries from source
|
# This prevents exporting the mbed libraries from source
|
||||||
# if not self.toolchain.mbed_libs:
|
# if not self.toolchain.mbed_libs:
|
||||||
|
|
Loading…
Reference in New Issue