From 2a1ace29a39f76d32ae07adff9f8b1d1e8cf5046 Mon Sep 17 00:00:00 2001 From: Rafael Bachmann Date: Sat, 3 Aug 2024 15:32:39 +0200 Subject: [PATCH] Fix possible typo in embassy-rp README.md There is no feature `time` in embassy-rp. Is it `time-driver`? Is it something else? --- embassy-rp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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.