aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorTimo Kröger <[email protected]>2022-06-25 10:06:00 +0200
committerTimo Kröger <[email protected]>2022-08-26 15:44:58 +0200
commit6ee29ff0bd4d8cbd2da547dfdf631332cda551d4 (patch)
tree8d891e71fbf3fe847178e47364408706fc48f177 /embassy-lora
parent8e8106ef555373f8b0f04fe1f67684efef435a94 (diff)
lora: Propagate "defmt" feature to lora crates
Diffstat (limited to 'embassy-lora')
-rw-r--r--embassy-lora/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml
index 9d5e7aed2..25d8c667c 100644
--- a/embassy-lora/Cargo.toml
+++ b/embassy-lora/Cargo.toml
@@ -18,6 +18,7 @@ flavors = [
18sx127x = [] 18sx127x = []
19stm32wl = ["embassy-stm32", "embassy-stm32/subghz"] 19stm32wl = ["embassy-stm32", "embassy-stm32/subghz"]
20time = [] 20time = []
21defmt = ["dep:defmt", "lorawan/defmt", "lorawan-device/defmt"]
21 22
22[dependencies] 23[dependencies]
23 24