From 562680cb139fc39d2fbb728c36ea3ce76731ca50 Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Fri, 22 Dec 2023 23:51:10 +0100 Subject: [PATCH] Removed unnecessary note --- embassy-rp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index d185090db..669d79f40 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml @@ -14,7 +14,7 @@ flavors = [ [features] default = [ "rt" ] -## Enable the RP runtime. On by default +## Enable the RP runtime. rt = [ "rp-pac/rt" ] ## Enable defmt