aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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