Rename mbed_conf.h to mbed_config.h

Following the pattern device_has to DEVICE_, features to FEATURE_,
the mbed config system should map to mbed_config.h
pull/1968/head
Mihail Stoyanov 2016-06-17 01:12:13 +01:00
parent d0e58aba94
commit 4d68152ef1
1 changed files with 1 additions and 1 deletions

View File

@ -910,7 +910,7 @@ class mbedToolchain:
def get_config_header(self):
if self.config_header_content is None:
return None
config_file = join(self.build_dir, "mbed_conf.h")
config_file = join(self.build_dir, "mbed_config.h")
if not exists(config_file):
with open(config_file, "wt") as f:
f.write(self.config_header_content)