Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinhardKeil committed Jan 21, 2025
1 parent 6c6abdd commit 80255e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Experimental-Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ The start of [debug sequences](https://open-cmsis-pack.github.io/Open-CMSIS-Pack
`- info:` | Optional | Descriptive text to display for example for error diagnostics.
    `blocks:` | Optional | A list of command blocks in the order of execution.
    `execute:` | Optional | Commands for execution.
    `atomic:` | Optional | Atomic execution of commands; cannot be used with `execute:`.
    `atomic:` | Optional | Atomic execution of commands; cannot be used with `blocks:`.
    `if:` | Optional | only executed when expression is true
    `while:` | Optional | executed in loop until while expression is true
    `timeout:` | Optional | timeout in milliseconds for while loop
Expand Down

0 comments on commit 80255e4

Please sign in to comment.