diff options
| author | Barnaby Walters <[email protected]> | 2023-12-22 23:51:10 +0100 |
|---|---|---|
| committer | Barnaby Walters <[email protected]> | 2023-12-22 23:51:10 +0100 |
| commit | 562680cb139fc39d2fbb728c36ea3ce76731ca50 (patch) | |
| tree | 53454831f6e5a93b28da2b2a57945bb9404ebcdf | |
| parent | 6a1bdb7e3b86b066e9fa8c0a4c08cc5e7212c6b9 (diff) | |
Removed unnecessary note
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
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] |
| 16 | default = [ "rt" ] | 16 | default = [ "rt" ] |
| 17 | ## Enable the RP runtime. On by default | 17 | ## Enable the RP runtime. |
| 18 | rt = [ "rp-pac/rt" ] | 18 | rt = [ "rp-pac/rt" ] |
| 19 | 19 | ||
| 20 | ## Enable defmt | 20 | ## Enable defmt |
