lora: fix embassy docs build.
This commit is contained in:
parent
047ea9066f
commit
dee8c71a2d
1 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-lora/
|
||||||
features = ["time", "defmt"]
|
features = ["time", "defmt"]
|
||||||
flavors = [
|
flavors = [
|
||||||
{ name = "sx126x", target = "thumbv7em-none-eabihf", features = ["sx126x"] },
|
{ name = "sx126x", target = "thumbv7em-none-eabihf", features = ["sx126x"] },
|
||||||
{ name = "sx127x", target = "thumbv7em-none-eabihf", features = ["sx127x", "embassy-stm32/stm32wl55jc-cm4", "embassy-stm32/time-driver-any"] },
|
{ name = "sx127x", target = "thumbv7em-none-eabihf", features = ["sx127x"] },
|
||||||
{ name = "stm32wl", target = "thumbv7em-none-eabihf", features = ["stm32wl", "embassy-stm32/stm32wl55jc-cm4", "embassy-stm32/time-driver-any"] },
|
{ name = "stm32wl", target = "thumbv7em-none-eabihf", features = ["stm32wl", "embassy-stm32?/stm32wl55jc-cm4", "embassy-stm32?/time-driver-any"] },
|
||||||
]
|
]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
Loading…
Reference in a new issue