diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-08-21 12:33:04 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-08-21 12:33:04 +0200 |
| commit | 996bdf8f0c18fe86f2649dd43f7019c4f6ad1bb2 (patch) | |
| tree | d77c07334ce3b54c80307d5130759b32de93523d /book | |
| parent | 45f9faae9c51c8d84c939a9e00985388fc1d2cdf (diff) | |
doc tweaks
Diffstat (limited to 'book')
| -rw-r--r-- | book/en/src/by-example/app.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/book/en/src/by-example/app.md b/book/en/src/by-example/app.md index 02c49b1..ebb71f1 100644 --- a/book/en/src/by-example/app.md +++ b/book/en/src/by-example/app.md @@ -10,8 +10,8 @@ All RTFM applications use the [`app`] attribute (`#[app(..)]`). This attribute must be applied to a `const` item that contains items. The `app` attribute has a mandatory `device` argument that takes a *path* as a value. This path must point to a *peripheral access crate* (PAC) generated using [`svd2rust`] -**v0.14.x**. The `app` attribute will expand into a suitable entry point so it's -not required to use the [`cortex_m_rt::entry`] attribute. +**v0.14.x** or newer. The `app` attribute will expand into a suitable entry +point so it's not required to use the [`cortex_m_rt::entry`] attribute. [`app`]: ../../api/cortex_m_rtfm_macros/attr.app.html [`svd2rust`]: https://crates.io/crates/svd2rust |
