diff options
author | 2020-10-02 09:33:28 +0000 | |
---|---|---|
committer | 2020-10-02 09:33:28 +0000 | |
commit | 9ca10b0d8c735a06a3a0a3623a7fc5d09b5e948c (patch) | |
tree | b561ce3896bff52207d424982fec1fe859742a85 /book/en/src/by-example.md | |
parent | 163edd7579222560caf6598cf8071f4201c277c5 (diff) | |
download | rtic-9ca10b0d8c735a06a3a0a3623a7fc5d09b5e948c.tar.gz rtic-9ca10b0d8c735a06a3a0a3623a7fc5d09b5e948c.tar.zst rtic-9ca10b0d8c735a06a3a0a3623a7fc5d09b5e948c.zip |
Add migration to 0.6 along with updated documentation
Diffstat (limited to 'book/en/src/by-example.md')
-rw-r--r-- | book/en/src/by-example.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example.md b/book/en/src/by-example.md index d4527223..38985da1 100644 --- a/book/en/src/by-example.md +++ b/book/en/src/by-example.md @@ -9,7 +9,7 @@ is required to follow along. [repository]: https://github.com/rtic-rs/cortex-m-rtic -To run the examples on your laptop / PC you'll need the `qemu-system-arm` +To run the examples on your computer you'll need the `qemu-system-arm` program. Check [the embedded Rust book] for instructions on how to set up an embedded development environment that includes QEMU. |