aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarnaby Walters <[email protected]>2023-12-22 23:51:10 +0100
committerBarnaby Walters <[email protected]>2023-12-22 23:51:10 +0100
commit562680cb139fc39d2fbb728c36ea3ce76731ca50 (patch)
tree53454831f6e5a93b28da2b2a57945bb9404ebcdf
parent6a1bdb7e3b86b066e9fa8c0a4c08cc5e7212c6b9 (diff)
Removed unnecessary note
-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