diff options
| author | Krzysztof Królczyk <[email protected]> | 2024-06-10 11:25:23 +0200 |
|---|---|---|
| committer | Krzysztof Królczyk <[email protected]> | 2024-06-10 11:25:43 +0200 |
| commit | 268430bd9fc70bef9f4038f5f05b51eb1668a1fd (patch) | |
| tree | a3618a5d5db2e2aee1b411b9085b8cc78b063c6d /embassy-stm32/README.md | |
| parent | 5f9bc6def7ea8698a6ce45d8e12e1d1bd8cce876 (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.md | 2 |
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. | |||
| 35 | Optionally, some features requiring [`embassy-time`](https://crates.io/crates/embassy-time) can be activated with the `time` feature. If you enable it, | 35 | Optionally, some features requiring [`embassy-time`](https://crates.io/crates/embassy-time) can be activated with the `time` feature. If you enable it, |
| 36 | you must link an `embassy-time` driver in your project. | 36 | you must link an `embassy-time` driver in your project. |
| 37 | 37 | ||
| 38 | The `low-power` feature integrates specifically with `embassy-executor`, it can't be ued on other executors for now. | 38 | The `low-power` feature integrates specifically with `embassy-executor`, it can't be used on other executors for now. |
