mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #591
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:
commit
c3c75f2200
1 changed files with 2 additions and 2 deletions
|
@ -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}}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue