Skip to content

Commit d171103

Browse files
committed
stm32-wpan: fix wrong src_base
1 parent 46a4600 commit d171103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embassy-stm32-wpan/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66

77
[package.metadata.embassy_docs]
8-
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src"
9-
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src"
8+
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src/"
9+
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src/"
1010
target = "thumbv7em-none-eabihf"
1111
features = ["stm32wb55rg"]
1212

0 commit comments

Comments
 (0)