Skip to content

Commit 4d68152

Browse files
committed
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
1 parent d0e58ab commit 4d68152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def set_config_header_content(self, header_content):
910910
def get_config_header(self):
911911
if self.config_header_content is None:
912912
return None
913-
config_file = join(self.build_dir, "mbed_conf.h")
913+
config_file = join(self.build_dir, "mbed_config.h")
914914
if not exists(config_file):
915915
with open(config_file, "wt") as f:
916916
f.write(self.config_header_content)

0 commit comments

Comments
 (0)