Correct embassy-lora time feature
This commit is contained in:
parent
c54ae73d49
commit
13acca624f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ target = "thumbv7em-none-eabi"
|
|||
|
||||
[features]
|
||||
stm32wl = ["dep:embassy-stm32"]
|
||||
time = ["dep:embassy-time", "dep:lorawan-device"]
|
||||
time = ["embassy-time", "lorawan-device"]
|
||||
defmt = ["dep:defmt", "lorawan-device/defmt"]
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue