aboutsummaryrefslogtreecommitdiff
path: root/cyw43/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-20 00:10:35 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-20 00:10:41 +0100
commit24968629ec810b844b819e8f84baab2a9349ed2f (patch)
tree169574c8fde2500d594f4e1478d270975bf79dd2 /cyw43/Cargo.toml
parent6ca43030db125bd440c8e7383a4fc9c93bea7a4e (diff)
cyw43: Unify dwell time.
Diffstat (limited to 'cyw43/Cargo.toml')
-rw-r--r--cyw43/Cargo.toml2
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"
10documentation = "https://docs.embassy.dev/cyw43" 10documentation = "https://docs.embassy.dev/cyw43"
11 11
12[features] 12[features]
13defmt = ["dep:defmt", "heapless/defmt-03"] 13defmt = ["dep:defmt", "heapless/defmt-03", "embassy-time/defmt"]
14log = ["dep:log"] 14log = ["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`.