aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl/src/bin
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-04-26 18:37:46 +0200
committerUlf Lilleengen <[email protected]>2022-04-26 19:06:15 +0200
commit2c0e28aa0c9a1253d0450aee58274f4ae5d0dcd0 (patch)
treed37d821de8192a37d0add5702a59b817b4b1165a /examples/stm32wl/src/bin
parenta39d796c3de9c96ea4df6b9da525cb0d5ef60fc0 (diff)
Update to released lorawan crates
Diffstat (limited to 'examples/stm32wl/src/bin')
-rw-r--r--examples/stm32wl/src/bin/lorawan.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wl/src/bin/lorawan.rs b/examples/stm32wl/src/bin/lorawan.rs
index 2e3221fcc..393828c85 100644
--- a/examples/stm32wl/src/bin/lorawan.rs
+++ b/examples/stm32wl/src/bin/lorawan.rs
@@ -17,8 +17,8 @@ use embassy_stm32::{
17 subghz::*, 17 subghz::*,
18 Peripherals, 18 Peripherals,
19}; 19};
20use lorawan::default_crypto::DefaultFactory as Crypto;
20use lorawan_device::async_device::{region, Device, JoinMode}; 21use lorawan_device::async_device::{region, Device, JoinMode};
21use lorawan_encoding::default_crypto::DefaultFactory as Crypto;
22 22
23fn config() -> embassy_stm32::Config { 23fn config() -> embassy_stm32::Config {
24 let mut config = embassy_stm32::Config::default(); 24 let mut config = embassy_stm32::Config::default();