diff options
author | 2019-08-21 12:33:04 +0200 | |
---|---|---|
committer | 2019-08-21 12:33:04 +0200 | |
commit | 996bdf8f0c18fe86f2649dd43f7019c4f6ad1bb2 (patch) | |
tree | d77c07334ce3b54c80307d5130759b32de93523d /macros/src | |
parent | 45f9faae9c51c8d84c939a9e00985388fc1d2cdf (diff) | |
download | rtic-996bdf8f0c18fe86f2649dd43f7019c4f6ad1bb2.tar.gz rtic-996bdf8f0c18fe86f2649dd43f7019c4f6ad1bb2.tar.zst rtic-996bdf8f0c18fe86f2649dd43f7019c4f6ad1bb2.zip |
doc tweaks
Diffstat (limited to 'macros/src')
-rw-r--r-- | macros/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/src/lib.rs b/macros/src/lib.rs index 6675765b..fdde5c69 100644 --- a/macros/src/lib.rs +++ b/macros/src/lib.rs @@ -22,11 +22,11 @@ mod tests; /// The `app` attribute has one mandatory argument: /// /// - `device = <path>`. The path must point to a device crate generated using [`svd2rust`] -/// **v0.14.x**. +/// **v0.14.x** or newer. /// /// [`svd2rust`]: https://crates.io/crates/svd2rust /// -/// and several optional arguments: +/// and a few optional arguments: /// /// - `peripherals = <bool>`. Indicates whether the runtime takes the device peripherals and makes /// them available to the `init` context. |