mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
book: Properly update the note with a link
This commit is contained in:
parent
ae7b444f3d
commit
f6f61f95a6
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ $ cargo run --example init
|
||||||
> triple to cargo (e.g `cargo run --example init --target thumbv7m-none-eabi`) or
|
> triple to cargo (e.g `cargo run --example init --target thumbv7m-none-eabi`) or
|
||||||
> configure a device to be used by default when building the examples in `.cargo/config.toml`.
|
> configure a device to be used by default when building the examples in `.cargo/config.toml`.
|
||||||
> In this case, we use a Cortex M3 emulated in QEMU so the target is `thumbv7m-none-eabi`.
|
> In this case, we use a Cortex M3 emulated in QEMU so the target is `thumbv7m-none-eabi`.
|
||||||
|
> See [`Starting a new project`](./new.md) for more info.
|
||||||
|
|
||||||
## `idle`
|
## `idle`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue