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:
Vincent Esche 2020-07-14 16:26:03 +02:00
parent bfb498e722
commit 0616435ba6

View file

@ -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
```