diff options
Diffstat (limited to 'book/en/archive/by_example/monotonic.md')
| -rw-r--r-- | book/en/archive/by_example/monotonic.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/book/en/archive/by_example/monotonic.md b/book/en/archive/by_example/monotonic.md index 0ed4340..14084d5 100644 --- a/book/en/archive/by_example/monotonic.md +++ b/book/en/archive/by_example/monotonic.md @@ -39,7 +39,7 @@ See the following example: ``` ``` console -$ cargo run --target thumbv7m-none-eabi --example schedule +$ cargo xtask qemu --verbose --example schedule {{#include ../../../../ci/expected/schedule.run}} ``` @@ -59,6 +59,6 @@ too late and that the task is already sent for execution. The following example ``` ``` console -$ cargo run --target thumbv7m-none-eabi --example cancel-reschedule +$ cargo xtask qemu --verbose --example cancel-reschedule {{#include ../../../../ci/expected/cancel-reschedule.run}} ``` |
