aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-04-09 22:40:09 +0200
committerDario Nieuwenhuis <[email protected]>2023-04-09 22:40:09 +0200
commitdee8c71a2d57f3015fde55da28758a35fcbf7ca6 (patch)
tree881675cce314e4f4ff9fe81023beb9bb0032ea59 /embassy-lora
parent047ea9066f0d946fd4d706577b21df38fd3b1647 (diff)
lora: fix embassy docs build.
Diffstat (limited to 'embassy-lora')
-rw-r--r--embassy-lora/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml
index 784cc228d..604358c5b 100644
--- a/embassy-lora/Cargo.toml
+++ b/embassy-lora/Cargo.toml
@@ -9,9 +9,9 @@ src_base = "https://github.com/embassy-rs/embassy/blob/embassy-lora-v$VERSION/em
9src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-lora/src/" 9src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-lora/src/"
10features = ["time", "defmt"] 10features = ["time", "defmt"]
11flavors = [ 11flavors = [
12 { name = "sx126x", target = "thumbv7em-none-eabihf", features = ["sx126x"] }, 12 { name = "sx126x", target = "thumbv7em-none-eabihf", features = ["sx126x"] },
13 { name = "sx127x", target = "thumbv7em-none-eabihf", features = ["sx127x", "embassy-stm32/stm32wl55jc-cm4", "embassy-stm32/time-driver-any"] }, 13 { name = "sx127x", target = "thumbv7em-none-eabihf", features = ["sx127x"] },
14 { name = "stm32wl", target = "thumbv7em-none-eabihf", features = ["stm32wl", "embassy-stm32/stm32wl55jc-cm4", "embassy-stm32/time-driver-any"] }, 14 { name = "stm32wl", target = "thumbv7em-none-eabihf", features = ["stm32wl", "embassy-stm32?/stm32wl55jc-cm4", "embassy-stm32?/time-driver-any"] },
15] 15]
16 16
17[lib] 17[lib]