aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32-wpan/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml
index 6142fd7d1..f1242ea10 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -28,7 +28,7 @@ stm32-device-signature = { version = "0.3.3", features = ["stm32wb5x"] }
28stm32wb-hci = { version = "0.1.3", optional = true } 28stm32wb-hci = { version = "0.1.3", optional = true }
29 29
30[features] 30[features]
31defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "stm32wb-hci/defmt"] 31defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "stm32wb-hci?/defmt"]
32 32
33ble = ["dep:stm32wb-hci"] 33ble = ["dep:stm32wb-hci"]
34mac = [] 34mac = []
@@ -48,4 +48,4 @@ stm32wb55rg = [ "embassy-stm32/stm32wb55rg" ]
48stm32wb55vc = [ "embassy-stm32/stm32wb55vc" ] 48stm32wb55vc = [ "embassy-stm32/stm32wb55vc" ]
49stm32wb55ve = [ "embassy-stm32/stm32wb55ve" ] 49stm32wb55ve = [ "embassy-stm32/stm32wb55ve" ]
50stm32wb55vg = [ "embassy-stm32/stm32wb55vg" ] 50stm32wb55vg = [ "embassy-stm32/stm32wb55vg" ]
51stm32wb55vy = [ "embassy-stm32/stm32wb55vy" ] \ No newline at end of file 51stm32wb55vy = [ "embassy-stm32/stm32wb55vy" ]