Merge pull request #3227 from barafael/patch-1
Fix possible typo in embassy-rp README.md
This commit is contained in:
commit
e173b973ae
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ The `embassy-rp` HAL implements the traits from [embedded-hal](https://crates.io
|
||||||
|
|
||||||
This crate can run on any executor.
|
This crate can run on any executor.
|
||||||
|
|
||||||
Optionally, some features requiring [`embassy-time`](https://crates.io/crates/embassy-time) can be activated with the `time` feature. If you enable it,
|
Optionally, some features requiring [`embassy-time`](https://crates.io/crates/embassy-time) can be activated with the `time-driver` feature. If you enable it,
|
||||||
you must link an `embassy-time` driver in your project.
|
you must link an `embassy-time` driver in your project.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue