diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-22 22:00:06 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-08-22 22:18:13 +0200 |
| commit | 5677b13a86beca58aa57ecfd7cea0db7ceb189fa (patch) | |
| tree | 0c7425dae57acb94cb6ddca27def7e77609369b3 /examples/stm32wl | |
| parent | 21072bee48ff6ec19b79e0d9527ad8cc34a4e9e0 (diff) | |
sync: flatten module structure.
Diffstat (limited to 'examples/stm32wl')
| -rw-r--r-- | examples/stm32wl/src/bin/subghz.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wl/src/bin/subghz.rs b/examples/stm32wl/src/bin/subghz.rs index 6d54e8503..c5e9bb597 100644 --- a/examples/stm32wl/src/bin/subghz.rs +++ b/examples/stm32wl/src/bin/subghz.rs | |||
| @@ -13,7 +13,7 @@ use embassy_stm32::gpio::{Input, Level, Output, Pull, Speed}; | |||
| 13 | use embassy_stm32::interrupt; | 13 | use embassy_stm32::interrupt; |
| 14 | use embassy_stm32::interrupt::{Interrupt, InterruptExt}; | 14 | use embassy_stm32::interrupt::{Interrupt, InterruptExt}; |
| 15 | use embassy_stm32::subghz::*; | 15 | use embassy_stm32::subghz::*; |
| 16 | use embassy_sync::channel::signal::Signal; | 16 | use embassy_sync::signal::Signal; |
| 17 | use {defmt_rtt as _, panic_probe as _}; | 17 | use {defmt_rtt as _, panic_probe as _}; |
| 18 | 18 | ||
| 19 | const PING_DATA: &str = "PING"; | 19 | const PING_DATA: &str = "PING"; |
