diff options
| author | ceekdee <[email protected]> | 2023-07-26 22:23:02 -0500 |
|---|---|---|
| committer | ceekdee <[email protected]> | 2023-07-26 22:23:02 -0500 |
| commit | 13acca624f4995e06cbe1606bee10015ecd31d06 (patch) | |
| tree | 1ba8bd8173a94ab4681f3461a66585eaf78f1e90 /embassy-lora | |
| parent | c54ae73d4999fdf6243adeedcde1467493c8935a (diff) | |
Correct embassy-lora time feature
Diffstat (limited to 'embassy-lora')
| -rw-r--r-- | embassy-lora/Cargo.toml | 2 |
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] |
| 14 | stm32wl = ["dep:embassy-stm32"] | 14 | stm32wl = ["dep:embassy-stm32"] |
| 15 | time = ["dep:embassy-time", "dep:lorawan-device"] | 15 | time = ["embassy-time", "lorawan-device"] |
| 16 | defmt = ["dep:defmt", "lorawan-device/defmt"] | 16 | defmt = ["dep:defmt", "lorawan-device/defmt"] |
| 17 | 17 | ||
| 18 | [dependencies] | 18 | [dependencies] |
