aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-12-03 18:15:52 -0600
committerxoviat <[email protected]>2025-12-03 18:15:52 -0600
commit7c7f6ce38600b9fbc99a1a0129d00cc2dbcb8406 (patch)
treea1097edfd08ea6f92ab00641889c923dc0276da5 /examples/stm32wb/Cargo.toml
parent201502e308564a233bf3649b1a974d5d4374bd96 (diff)
wpan: refactor into wb55
Diffstat (limited to 'examples/stm32wb/Cargo.toml')
-rw-r--r--examples/stm32wb/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32wb/Cargo.toml b/examples/stm32wb/Cargo.toml
index 83119e3a0..83f7cb56b 100644
--- a/examples/stm32wb/Cargo.toml
+++ b/examples/stm32wb/Cargo.toml
@@ -26,8 +26,8 @@ static_cell = "2"
26 26
27[features] 27[features]
28default = ["ble", "mac"] 28default = ["ble", "mac"]
29mac = ["embassy-stm32-wpan/mac", "dep:embassy-net"] 29mac = ["embassy-stm32-wpan/wb55_mac", "dep:embassy-net"]
30ble = ["embassy-stm32-wpan/ble"] 30ble = ["embassy-stm32-wpan/wb55_ble"]
31 31
32[[bin]] 32[[bin]]
33name = "tl_mbox_ble" 33name = "tl_mbox_ble"