diff options
| author | Ulf Lilleengen <[email protected]> | 2022-04-26 18:37:46 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-04-26 19:06:15 +0200 |
| commit | 2c0e28aa0c9a1253d0450aee58274f4ae5d0dcd0 (patch) | |
| tree | d37d821de8192a37d0add5702a59b817b4b1165a /examples/stm32l0/src/bin | |
| parent | a39d796c3de9c96ea4df6b9da525cb0d5ef60fc0 (diff) | |
Update to released lorawan crates
Diffstat (limited to 'examples/stm32l0/src/bin')
| -rw-r--r-- | examples/stm32l0/src/bin/lorawan.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l0/src/bin/lorawan.rs b/examples/stm32l0/src/bin/lorawan.rs index 93cdd1c9f..c3b97de53 100644 --- a/examples/stm32l0/src/bin/lorawan.rs +++ b/examples/stm32l0/src/bin/lorawan.rs | |||
| @@ -18,8 +18,8 @@ use embassy_stm32::{ | |||
| 18 | time::U32Ext, | 18 | time::U32Ext, |
| 19 | Peripherals, | 19 | Peripherals, |
| 20 | }; | 20 | }; |
| 21 | use lorawan::default_crypto::DefaultFactory as Crypto; | ||
| 21 | use lorawan_device::async_device::{region, Device, JoinMode}; | 22 | use lorawan_device::async_device::{region, Device, JoinMode}; |
| 22 | use lorawan_encoding::default_crypto::DefaultFactory as Crypto; | ||
| 23 | 23 | ||
| 24 | fn config() -> embassy_stm32::Config { | 24 | fn config() -> embassy_stm32::Config { |
| 25 | let mut config = embassy_stm32::Config::default(); | 25 | let mut config = embassy_stm32::Config::default(); |
