aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora
diff options
context:
space:
mode:
authorceekdee <[email protected]>2023-07-26 22:23:02 -0500
committerceekdee <[email protected]>2023-07-26 22:23:02 -0500
commit13acca624f4995e06cbe1606bee10015ecd31d06 (patch)
tree1ba8bd8173a94ab4681f3461a66585eaf78f1e90 /embassy-lora
parentc54ae73d4999fdf6243adeedcde1467493c8935a (diff)
Correct embassy-lora time feature
Diffstat (limited to 'embassy-lora')
-rw-r--r--embassy-lora/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml
index c4857ace0..a77ed003e 100644
--- a/embassy-lora/Cargo.toml
+++ b/embassy-lora/Cargo.toml
@@ -12,7 +12,7 @@ target = "thumbv7em-none-eabi"
12 12
13[features] 13[features]
14stm32wl = ["dep:embassy-stm32"] 14stm32wl = ["dep:embassy-stm32"]
15time = ["dep:embassy-time", "dep:lorawan-device"] 15time = ["embassy-time", "lorawan-device"]
16defmt = ["dep:defmt", "lorawan-device/defmt"] 16defmt = ["dep:defmt", "lorawan-device/defmt"]
17 17
18[dependencies] 18[dependencies]