mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #343
343: Updated URL for example 'init.rs' file r=AfoHT a=regexident (the file at tag '0.5.0' still uses `rtfm`, rather than `rtic` from tag '0.5.3' or later) Co-authored-by: Vincent Esche <regexident@gmail.com>
This commit is contained in:
commit
027b11f6b4
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