aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorckrenslehner <[email protected]>2024-10-25 20:41:51 +0200
committerGitHub <[email protected]>2024-10-25 20:41:51 +0200
commit3d0921ffc4afb49b5d28277a02cee55fcec08881 (patch)
tree656ba1ba831adc5bea9221413c7978f644d86445 /docs
parent2c05ac5262eb2beaa043818f02d82b656f272b4f (diff)
fix spelling
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/new_project.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/new_project.adoc b/docs/pages/new_project.adoc
index fa4c2e359..38cea044b 100644
--- a/docs/pages/new_project.adoc
+++ b/docs/pages/new_project.adoc
@@ -84,7 +84,7 @@ embassy-executor = { version = "0.6.1", features = ["nightly", "arch-cortex-m",
84embassy-time = { version = "0.3.2", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } 84embassy-time = { version = "0.3.2", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] }
85---- 85----
86 86
87Prior embassy needed to be installed straight from the git repository. This can is still useful, if you want to checkout a specic revision of an embassy crate which is not yet published. 87Prior, embassy needed to be installed straight from the git repository. Installing from git is still useful, if you want to checkout a specic revision of an embassy crate which is not yet published.
88The recommended way of doing so is as follows: 88The recommended way of doing so is as follows:
89 89
90* Copy the required `embassy-*` lines from the example `Cargo.toml` 90* Copy the required `embassy-*` lines from the example `Cargo.toml`