diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-20 00:10:35 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-20 00:10:41 +0100 |
| commit | 24968629ec810b844b819e8f84baab2a9349ed2f (patch) | |
| tree | 169574c8fde2500d594f4e1478d270975bf79dd2 /cyw43/Cargo.toml | |
| parent | 6ca43030db125bd440c8e7383a4fc9c93bea7a4e (diff) | |
cyw43: Unify dwell time.
Diffstat (limited to 'cyw43/Cargo.toml')
| -rw-r--r-- | cyw43/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml index 64c38ea7a..f279739e4 100644 --- a/cyw43/Cargo.toml +++ b/cyw43/Cargo.toml | |||
| @@ -10,7 +10,7 @@ repository = "https://github.com/embassy-rs/embassy" | |||
| 10 | documentation = "https://docs.embassy.dev/cyw43" | 10 | documentation = "https://docs.embassy.dev/cyw43" |
| 11 | 11 | ||
| 12 | [features] | 12 | [features] |
| 13 | defmt = ["dep:defmt", "heapless/defmt-03"] | 13 | defmt = ["dep:defmt", "heapless/defmt-03", "embassy-time/defmt"] |
| 14 | log = ["dep:log"] | 14 | log = ["dep:log"] |
| 15 | 15 | ||
| 16 | # Fetch console logs from the WiFi firmware and forward them to `log` or `defmt`. | 16 | # Fetch console logs from the WiFi firmware and forward them to `log` or `defmt`. |
