stm32-wpan: fix wrong src_base

This commit is contained in:
Dario Nieuwenhuis 2023-07-05 19:13:46 +02:00
parent 46a4600952
commit d1711036db

View File

@ -5,8 +5,8 @@ edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
[package.metadata.embassy_docs] [package.metadata.embassy_docs]
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src" src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src/"
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src" src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src/"
target = "thumbv7em-none-eabihf" target = "thumbv7em-none-eabihf"
features = ["stm32wb55rg"] features = ["stm32wb55rg"]