diff --git a/docs/Experimental-Features.md b/docs/Experimental-Features.md index a094424..be91ce1 100644 --- a/docs/Experimental-Features.md +++ b/docs/Experimental-Features.md @@ -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