diff options
| author | ceekdee <[email protected]> | 2023-04-25 13:51:19 -0500 |
|---|---|---|
| committer | ceekdee <[email protected]> | 2023-04-25 13:51:19 -0500 |
| commit | f729d2d060043889eacb04dc924757a536eb247f (patch) | |
| tree | 10d50fdcb5d0cb6244f9f6cd8c91b859a5adacaa /embassy-lora/src | |
| parent | 73f25093c7793ad2e8bd6fceeca46d9b5b1031ad (diff) | |
Deprecate original LoRa drivers. Update rust-lorawan releases.
Diffstat (limited to 'embassy-lora/src')
| -rw-r--r-- | embassy-lora/src/stm32wl/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-lora/src/stm32wl/mod.rs b/embassy-lora/src/stm32wl/mod.rs index d76e8c43b..dae9a195c 100644 --- a/embassy-lora/src/stm32wl/mod.rs +++ b/embassy-lora/src/stm32wl/mod.rs | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | //! A radio driver integration for the radio found on STM32WL family devices. | 1 | //! A radio driver integration for the radio found on STM32WL family devices. |
| 2 | #![allow(deprecated)] | ||
| 2 | use core::future::poll_fn; | 3 | use core::future::poll_fn; |
| 3 | use core::task::Poll; | 4 | use core::task::Poll; |
| 4 | 5 | ||
