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:
bors[bot] 2020-07-15 06:55:05 +00:00 committed by GitHub
commit 027b11f6b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ Here I'll use the `init` example from the `cortex-m-rtic` crate.
``` console ``` console
$ curl \ $ 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 > src/main.rs
``` ```