Skip to content

Commit 7bf0442

Browse files
committed
fmt
1 parent eb64d71 commit 7bf0442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/stm32f7/src/bin/hash.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
use defmt::info;
55
use embassy_executor::Spawner;
6-
use embassy_stm32::{bind_interrupts, hash, hash::*, peripherals, Config};
6+
use embassy_stm32::hash::*;
7+
use embassy_stm32::{bind_interrupts, hash, peripherals, Config};
78
use embassy_time::Instant;
89
use sha2::{Digest, Sha256};
910
use {defmt_rtt as _, panic_probe as _};

0 commit comments

Comments
 (0)