mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
Fix running command examples in chapter 1.5.5 Monotonic
This commit is contained in:
parent
69cacd0597
commit
2b07e3e0dc
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ See the following example:
|
||||||
```
|
```
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
$ cargo run --target thumbv7m-none-eabi --example message
|
$ cargo run --target thumbv7m-none-eabi --example schedule
|
||||||
{{#include ../../../../ci/expected/schedule.run}}
|
{{#include ../../../../ci/expected/schedule.run}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -55,6 +55,6 @@ too late and that the task is already sent for execution. The following example
|
||||||
```
|
```
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
$ cargo run --target thumbv7m-none-eabi --example message
|
$ cargo run --target thumbv7m-none-eabi --example cancel-reschedule
|
||||||
{{#include ../../../../ci/expected/cancel-reschedule.run}}
|
{{#include ../../../../ci/expected/cancel-reschedule.run}}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue