Skip to content

Commit d296e64

Browse files
committed
Fix PDSC: use fc_config_template.h as template, remove unused condition
1 parent 3f410d9 commit d296e64

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

fool_cat.fc_embed.pdsc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@
9292
<description>fc_embed Standard I/O</description>
9393
<require condition="Cortex-M"/>
9494
</condition>
95-
96-
<condition id="fc_embed_StdIO_Full">
97-
<description>fc_embed Standard I/O with Port Support (fc_port_vprintf)</description>
98-
<require Cclass="fc_embed" Cgroup="Port"/>
99-
</condition>
10095
</conditions>
10196

10297
<components>
@@ -121,7 +116,7 @@
121116
<files>
122117
<file category="header" name="core/fc_compiler.h"/>
123118
<file category="header" name="core/fc_helper.h"/>
124-
<file category="header" attr="config" name="core/fc_config.h" version="1.0.0"/>
119+
<file category="header" attr="template" name="core/fc_config_template.h" select="Configuration" version="1.0.0"/>
125120
</files>
126121
</component>
127122

0 commit comments

Comments
 (0)