Fix running command examples in chapter 1.5.5 Monotonic

This commit is contained in:
Erik 2022-01-24 12:27:42 +01:00
parent 69cacd0597
commit 2b07e3e0dc

View file

@ -39,7 +39,7 @@ See the following example:
```
``` console
$ cargo run --target thumbv7m-none-eabi --example message
$ cargo run --target thumbv7m-none-eabi --example schedule
{{#include ../../../../ci/expected/schedule.run}}
```
@ -55,6 +55,6 @@ too late and that the task is already sent for execution. The following example
```
``` console
$ cargo run --target thumbv7m-none-eabi --example message
$ cargo run --target thumbv7m-none-eabi --example cancel-reschedule
{{#include ../../../../ci/expected/cancel-reschedule.run}}
```