diff options
| author | xoviat <[email protected]> | 2025-11-03 13:12:12 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-11-03 13:12:12 -0600 |
| commit | 5043f1483e12ce5dbe7a394d5a87c657ff203625 (patch) | |
| tree | d318e20498e02245a4b4a30b9a15c3c7717a6443 /tests/stm32 | |
| parent | d25b5ce3bec44f4a023403a8b479e034d8386275 (diff) | |
rustfmt
Diffstat (limited to 'tests/stm32')
| -rw-r--r-- | tests/stm32/src/bin/stop.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/stm32/src/bin/stop.rs b/tests/stm32/src/bin/stop.rs index cb3a5774c..73580f0f2 100644 --- a/tests/stm32/src/bin/stop.rs +++ b/tests/stm32/src/bin/stop.rs | |||
| @@ -14,7 +14,6 @@ use embassy_stm32::low_power::{Executor, StopMode, stop_ready, stop_with_rtc}; | |||
| 14 | use embassy_stm32::rcc::LsConfig; | 14 | use embassy_stm32::rcc::LsConfig; |
| 15 | use embassy_stm32::rtc::{Rtc, RtcConfig}; | 15 | use embassy_stm32::rtc::{Rtc, RtcConfig}; |
| 16 | use embassy_time::Timer; | 16 | use embassy_time::Timer; |
| 17 | use static_cell::StaticCell; | ||
| 18 | 17 | ||
| 19 | #[entry] | 18 | #[entry] |
| 20 | fn main() -> ! { | 19 | fn main() -> ! { |
