aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLofty Inclination <[email protected]>2024-12-31 23:26:21 +0000
committerLofty Inclination <[email protected]>2025-01-01 01:35:41 +0000
commita38a1c2e1cb7757df65eb4b76ebca695a6d189cd (patch)
tree8960c328427511ee65989d3623d617a3761ffaf5
parent667dfa34b525f727936d621ba91001fa25d80426 (diff)
Enable docs for `ble` and `mac`
-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 552d80982..74e7a67d9 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -13,10 +13,10 @@ documentation = "https://docs.embassy.dev/embassy-stm32-wpan"
13src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src/" 13src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src/"
14src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src/" 14src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src/"
15target = "thumbv7em-none-eabihf" 15target = "thumbv7em-none-eabihf"
16features = ["stm32wb55rg"] 16features = ["stm32wb55rg", "ble", "mac"]
17 17
18[package.metadata.docs.rs] 18[package.metadata.docs.rs]
19features = ["stm32wb55rg"] 19features = ["stm32wb55rg", "ble", "mac"]
20 20
21[dependencies] 21[dependencies]
22embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" } 22embassy-stm32 = { version = "0.1.0", path = "../embassy-stm32" }