591: Fix running command examples in chapter 1.5.5 Monotonic r=AfoHT a=GreenPenguino

Run the right examples in chapter 1.5.5 in the book

Co-authored-by: Erik <erik_97@live.nl>
This commit is contained in:
bors[bot] 2022-01-24 15:11:45 +00:00 committed by GitHub
commit c3c75f2200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}
```