aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 = [
14 14
15[features] 15[features]
16default = [ "rt" ] 16default = [ "rt" ]
17## Enable the RP runtime. On by default 17## Enable the RP runtime.
18rt = [ "rp-pac/rt" ] 18rt = [ "rp-pac/rt" ]
19 19
20## Enable defmt 20## Enable defmt