mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Updated URL for example 'init.rs' file
(the file at tag '0.5.0' still uses `rtfm`, rather than `rtic` from tag '0.5.3' or later)
This commit is contained in:
parent
bfb498e722
commit
0616435ba6
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Here I'll use the `init` example from the `cortex-m-rtic` crate.
|
|||
|
||||
``` console
|
||||
$ curl \
|
||||
-L https://github.com/rtic-rs/cortex-m-rtic/raw/v0.5.0/examples/init.rs \
|
||||
-L https://github.com/rtic-rs/cortex-m-rtic/raw/v0.5.3/examples/init.rs \
|
||||
> src/main.rs
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue