Correct embassy-lora time feature

This commit is contained in:
ceekdee 2023-07-26 22:23:02 -05:00
parent c54ae73d49
commit 13acca624f

View file

@ -12,7 +12,7 @@ target = "thumbv7em-none-eabi"
[features] [features]
stm32wl = ["dep:embassy-stm32"] stm32wl = ["dep:embassy-stm32"]
time = ["dep:embassy-time", "dep:lorawan-device"] time = ["embassy-time", "lorawan-device"]
defmt = ["dep:defmt", "lorawan-device/defmt"] defmt = ["dep:defmt", "lorawan-device/defmt"]
[dependencies] [dependencies]