mirror of https://github.com/ARMmbed/mbed-os.git
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.hpull/1968/head
parent
d0e58aba94
commit
4d68152ef1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue