aboutsummaryrefslogtreecommitdiff
path: root/embassy-lora/src
diff options
context:
space:
mode:
authorceekdee <[email protected]>2023-04-25 13:51:19 -0500
committerceekdee <[email protected]>2023-04-25 13:51:19 -0500
commitf729d2d060043889eacb04dc924757a536eb247f (patch)
tree10d50fdcb5d0cb6244f9f6cd8c91b859a5adacaa /embassy-lora/src
parent73f25093c7793ad2e8bd6fceeca46d9b5b1031ad (diff)
Deprecate original LoRa drivers. Update rust-lorawan releases.
Diffstat (limited to 'embassy-lora/src')
-rw-r--r--embassy-lora/src/stm32wl/mod.rs1
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)]
2use core::future::poll_fn; 3use core::future::poll_fn;
3use core::task::Poll; 4use core::task::Poll;
4 5