Skip to content

Commit 4d535e2

Browse files
Remove include guard from mbed_config.tmpl so that it can be re-included by the build system
1 parent 581fe84 commit 4d535e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/python/mbed_tools/build/_internal/templates/mbed_config.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# Automatically generated configuration file.
55
# DO NOT EDIT. Content may be overwritten.
66

7-
include_guard(GLOBAL)
8-
97
set(MBED_TOOLCHAIN "{{toolchain_name}}")
108
set(MBED_CPU_CORE "{{core}}")
119
set(MBED_C_LIB "{{c_lib}}")
@@ -69,7 +67,6 @@ set(MBED_TARGET_DEFINITIONS{% for component in components %}
6967

7068
# config
7169
set(MBED_CONFIG_DEFINITIONS
72-
7370
# Config settings
7471
{% for setting in config %}
7572
{%- if setting.macro_name -%}

0 commit comments

Comments
 (0)