diff options
| author | Mathias <[email protected]> | 2022-09-16 16:45:59 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-09-16 16:45:59 +0200 |
| commit | 1c657d2d5532979f326d89a0d40e8aa4bc96d0c2 (patch) | |
| tree | 4e0cfb1240dc73eca370eadb11fb62c71f838127 | |
| parent | f7267d493fe9ed63b02f82267d29a10a4b1cf515 (diff) | |
Add time-driver feature to docs
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 1e26f7dd2..7315d673c 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -6,7 +6,7 @@ edition = "2021" | |||
| 6 | [package.metadata.embassy_docs] | 6 | [package.metadata.embassy_docs] |
| 7 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-rp-v$VERSION/embassy-rp/src/" | 7 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-rp-v$VERSION/embassy-rp/src/" |
| 8 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-rp/src/" | 8 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-rp/src/" |
| 9 | features = ["nightly", "defmt", "unstable-pac", "unstable-traits"] | 9 | features = ["nightly", "defmt", "unstable-pac", "unstable-traits", "time-driver"] |
| 10 | flavors = [ | 10 | flavors = [ |
| 11 | { name = "rp2040", target = "thumbv6m-none-eabi" }, | 11 | { name = "rp2040", target = "thumbv6m-none-eabi" }, |
| 12 | ] | 12 | ] |
