diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-08-04 18:49:16 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-04 18:49:16 +0000 |
| commit | e173b973ae7e0ccdd2c55befedec4482c447b590 (patch) | |
| tree | 92b9b06c58c2a520adb0ac6171b025396e8ee3a8 | |
| parent | 03b8e36532427377aa01ea7dedaa97a9540e7d26 (diff) | |
| parent | 2a1ace29a39f76d32ae07adff9f8b1d1e8cf5046 (diff) | |
Merge pull request #3227 from barafael/patch-1
Fix possible typo in embassy-rp README.md
| -rw-r--r-- | embassy-rp/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/README.md b/embassy-rp/README.md index 8cf7da994..16b189344 100644 --- a/embassy-rp/README.md +++ b/embassy-rp/README.md | |||
| @@ -23,5 +23,5 @@ The `embassy-rp` HAL implements the traits from [embedded-hal](https://crates.io | |||
| 23 | 23 | ||
| 24 | This crate can run on any executor. | 24 | This crate can run on any executor. |
| 25 | 25 | ||
| 26 | Optionally, some features requiring [`embassy-time`](https://crates.io/crates/embassy-time) can be activated with the `time` feature. If you enable it, | 26 | Optionally, some features requiring [`embassy-time`](https://crates.io/crates/embassy-time) can be activated with the `time-driver` feature. If you enable it, |
| 27 | you must link an `embassy-time` driver in your project. | 27 | you must link an `embassy-time` driver in your project. |
