aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/README.md
diff options
context:
space:
mode:
authorKrzysztof Królczyk <[email protected]>2024-06-10 11:25:23 +0200
committerKrzysztof Królczyk <[email protected]>2024-06-10 11:25:43 +0200
commit268430bd9fc70bef9f4038f5f05b51eb1668a1fd (patch)
treea3618a5d5db2e2aee1b411b9085b8cc78b063c6d /embassy-stm32/README.md
parent5f9bc6def7ea8698a6ce45d8e12e1d1bd8cce876 (diff)
stm32/docs: correct typos, links
Signed-off-by: Krzysztof Królczyk <[email protected]>
Diffstat (limited to 'embassy-stm32/README.md')
-rw-r--r--embassy-stm32/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/README.md b/embassy-stm32/README.md
index e9ae455a4..445366f8d 100644
--- a/embassy-stm32/README.md
+++ b/embassy-stm32/README.md
@@ -35,4 +35,4 @@ This crate can run on any executor.
35Optionally, some features requiring [`embassy-time`](https://crates.io/crates/embassy-time) can be activated with the `time` feature. If you enable it, 35Optionally, some features requiring [`embassy-time`](https://crates.io/crates/embassy-time) can be activated with the `time` feature. If you enable it,
36you must link an `embassy-time` driver in your project. 36you must link an `embassy-time` driver in your project.
37 37
38The `low-power` feature integrates specifically with `embassy-executor`, it can't be ued on other executors for now. 38The `low-power` feature integrates specifically with `embassy-executor`, it can't be used on other executors for now.