diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-04 22:39:37 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-04 22:39:37 +0200 |
| commit | 4439031d4323a5d1e11af22887a32bb76cb953fb (patch) | |
| tree | f72e8496be39a3ac01b6a187c60504fe9aeefb90 /embassy-lora | |
| parent | 067f1382e4d23d25a2554926b2077ae7c0b5f8d1 (diff) | |
lora: fix docs build.
Diffstat (limited to 'embassy-lora')
| -rw-r--r-- | embassy-lora/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml index e62ff431f..05b6fa2d0 100644 --- a/embassy-lora/Cargo.toml +++ b/embassy-lora/Cargo.toml | |||
| @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" | |||
| 7 | [package.metadata.embassy_docs] | 7 | [package.metadata.embassy_docs] |
| 8 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-lora-v$VERSION/embassy-lora/src/" | 8 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-lora-v$VERSION/embassy-lora/src/" |
| 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 = ["stm32wl", "time", "defmt"] | 10 | features = ["stm32wl", "embassy-stm32?/stm32wl55jc-cm4", "embassy-stm32?/unstable-pac", "time", "defmt"] |
| 11 | target = "thumbv7em-none-eabi" | 11 | target = "thumbv7em-none-eabi" |
| 12 | 12 | ||
| 13 | [features] | 13 | [features] |
