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 581fe84 commit 4d535e2Copy full SHA for 4d535e2
tools/python/mbed_tools/build/_internal/templates/mbed_config.tmpl
@@ -4,8 +4,6 @@
4
# Automatically generated configuration file.
5
# DO NOT EDIT. Content may be overwritten.
6
7
-include_guard(GLOBAL)
8
-
9
set(MBED_TOOLCHAIN "{{toolchain_name}}")
10
set(MBED_CPU_CORE "{{core}}")
11
set(MBED_C_LIB "{{c_lib}}")
@@ -69,7 +67,6 @@ set(MBED_TARGET_DEFINITIONS{% for component in components %}
69
67
70
68
# config
71
set(MBED_CONFIG_DEFINITIONS
72
73
# Config settings
74
{% for setting in config %}
75
{%- if setting.macro_name -%}
0 commit comments