diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-09 22:40:09 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-09 22:40:09 +0200 |
| commit | dee8c71a2d57f3015fde55da28758a35fcbf7ca6 (patch) | |
| tree | 881675cce314e4f4ff9fe81023beb9bb0032ea59 /embassy-lora | |
| parent | 047ea9066f0d946fd4d706577b21df38fd3b1647 (diff) | |
lora: fix embassy docs build.
Diffstat (limited to 'embassy-lora')
| -rw-r--r-- | embassy-lora/Cargo.toml | 6 |
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 | |||
| 9 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-lora/src/" | 9 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-lora/src/" |
| 10 | features = ["time", "defmt"] | 10 | features = ["time", "defmt"] |
| 11 | flavors = [ | 11 | flavors = [ |
| 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] |
