diff options
| author | WillaWillNot <[email protected]> | 2025-11-21 20:35:54 -0500 |
|---|---|---|
| committer | WillaWillNot <[email protected]> | 2025-11-21 20:44:07 -0500 |
| commit | 54d57bc72f0e2b3eef0fa92d0b730ed6efd7bcaa (patch) | |
| tree | 9e70765685114955ce4043a65acb0c09c022aec9 /examples/stm32wle5 | |
| parent | a5f7764eb4f01a0668cbd3b534cde486b97f5ba4 (diff) | |
Fixed broken examples/formatting reported by CI
Diffstat (limited to 'examples/stm32wle5')
| -rw-r--r-- | examples/stm32wle5/src/bin/button_exti.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/stm32wle5/src/bin/button_exti.rs b/examples/stm32wle5/src/bin/button_exti.rs index 196afa330..538801990 100644 --- a/examples/stm32wle5/src/bin/button_exti.rs +++ b/examples/stm32wle5/src/bin/button_exti.rs | |||
| @@ -5,11 +5,9 @@ use defmt::*; | |||
| 5 | #[cfg(feature = "defmt-rtt")] | 5 | #[cfg(feature = "defmt-rtt")] |
| 6 | use defmt_rtt as _; | 6 | use defmt_rtt as _; |
| 7 | use embassy_executor::Spawner; | 7 | use embassy_executor::Spawner; |
| 8 | use embassy_stm32::bind_interrupts; | ||
| 9 | use embassy_stm32::exti::{self, ExtiInput}; | 8 | use embassy_stm32::exti::{self, ExtiInput}; |
| 10 | use embassy_stm32::gpio::Pull; | 9 | use embassy_stm32::gpio::Pull; |
| 11 | use embassy_stm32::interrupt; | 10 | use embassy_stm32::{bind_interrupts, interrupt, low_power}; |
| 12 | use embassy_stm32::low_power; | ||
| 13 | use panic_probe as _; | 11 | use panic_probe as _; |
| 14 | use static_cell::StaticCell; | 12 | use static_cell::StaticCell; |
| 15 | 13 | ||
