Skip to content

Commit

Permalink
Update csolution_schema.txt (#318)
Browse files Browse the repository at this point in the history
Fix example to contain mandatory type attribute for clayer.
  • Loading branch information
JonatanAntoni authored Jun 11, 2024
1 parent 187081d commit 7b3a33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen/src/csolution_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Grouping element for csolution. No more than one such group can exist in a packa
<template name="Basic csolution project" path="templates/blank" file="Blank.csolution.yml" copy-to="Blank" condition="STM32H7S-Series">
<description>Create a basic project with empty main function</description>
</template>
<clayer path="layers/board/FRDM-MCXA153-MW" file="Board.clayer.yml" copy-to="board/FRDM-MCXA153" condition="FRDM-MCXA153-Board" />
<clayer type="Board" path="layers/board/FRDM-MCXA153-MW" file="Board.clayer.yml" copy-to="board/FRDM-MCXA153" condition="FRDM-MCXA153-Board" />
</csolution>
\endcode

Expand Down

0 comments on commit 7b3a33f

Please sign in to comment.