Fix possible typo in embassy-rp README.md

There is no feature `time` in embassy-rp. Is it `time-driver`? Is it something else?
This commit is contained in:
Rafael Bachmann 2024-08-03 15:32:39 +02:00 committed by GitHub
parent 03b8e36532
commit 2a1ace29a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,5 +23,5 @@ The `embassy-rp` HAL implements the traits from [embedded-hal](https://crates.io
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.