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