Skip to content

Commit

Permalink
avoid extra bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 2, 2023
1 parent 767ab1b commit 68ebe7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/src/board.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ description: ${devName}
: undefined,
`\n## Features\n`,
...info.features.map(f => `- ${f}`),
`{@import optional ./${fdevId}-features.mdp}`,
`\n{@import optional ./${fdevId}-features.mdp}\n`,
...info.services.map(f => `- Service: ${f}`),
`{@import optional ./${fdevId}-services.mdp}`,
`\n{@import optional ./${fdevId}-services.mdp}\n`,
!boardJson.i2c &&
`
:::caution
Expand Down

0 comments on commit 68ebe7b

Please sign in to comment.