diff options
| author | xoviat <[email protected]> | 2025-12-03 18:15:52 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-12-03 18:15:52 -0600 |
| commit | 7c7f6ce38600b9fbc99a1a0129d00cc2dbcb8406 (patch) | |
| tree | a1097edfd08ea6f92ab00641889c923dc0276da5 /examples/stm32wb | |
| parent | 201502e308564a233bf3649b1a974d5d4374bd96 (diff) | |
wpan: refactor into wb55
Diffstat (limited to 'examples/stm32wb')
| -rw-r--r-- | examples/stm32wb/Cargo.toml | 4 |
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] |
| 28 | default = ["ble", "mac"] | 28 | default = ["ble", "mac"] |
| 29 | mac = ["embassy-stm32-wpan/mac", "dep:embassy-net"] | 29 | mac = ["embassy-stm32-wpan/wb55_mac", "dep:embassy-net"] |
| 30 | ble = ["embassy-stm32-wpan/ble"] | 30 | ble = ["embassy-stm32-wpan/wb55_ble"] |
| 31 | 31 | ||
| 32 | [[bin]] | 32 | [[bin]] |
| 33 | name = "tl_mbox_ble" | 33 | name = "tl_mbox_ble" |
