From 4439031d4323a5d1e11af22887a32bb76cb953fb Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 4 May 2023 22:39:37 +0200 Subject: [PATCH] lora: fix docs build. --- embassy-lora/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml index e62ff431..05b6fa2d 100644 --- a/embassy-lora/Cargo.toml +++ b/embassy-lora/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" [package.metadata.embassy_docs] src_base = "https://github.com/embassy-rs/embassy/blob/embassy-lora-v$VERSION/embassy-lora/src/" src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-lora/src/" -features = ["stm32wl", "time", "defmt"] +features = ["stm32wl", "embassy-stm32?/stm32wl55jc-cm4", "embassy-stm32?/unstable-pac", "time", "defmt"] target = "thumbv7em-none-eabi" [features]