From 7c7f6ce38600b9fbc99a1a0129d00cc2dbcb8406 Mon Sep 17 00:00:00 2001 From: xoviat Date: Wed, 3 Dec 2025 18:15:52 -0600 Subject: wpan: refactor into wb55 --- examples/stm32wb/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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" [features] default = ["ble", "mac"] -mac = ["embassy-stm32-wpan/mac", "dep:embassy-net"] -ble = ["embassy-stm32-wpan/ble"] +mac = ["embassy-stm32-wpan/wb55_mac", "dep:embassy-net"] +ble = ["embassy-stm32-wpan/wb55_ble"] [[bin]] name = "tl_mbox_ble" -- cgit