We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e58ab commit 4d68152Copy full SHA for 4d68152
tools/toolchains/__init__.py
@@ -910,7 +910,7 @@ def set_config_header_content(self, header_content):
910
def get_config_header(self):
911
if self.config_header_content is None:
912
return None
913
- config_file = join(self.build_dir, "mbed_conf.h")
+ config_file = join(self.build_dir, "mbed_config.h")
914
if not exists(config_file):
915
with open(config_file, "wt") as f:
916
f.write(self.config_header_content)
0 commit comments