We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb64d71 commit 7bf0442Copy full SHA for 7bf0442
examples/stm32f7/src/bin/hash.rs
@@ -3,7 +3,8 @@
3
4
use defmt::info;
5
use embassy_executor::Spawner;
6
-use embassy_stm32::{bind_interrupts, hash, hash::*, peripherals, Config};
+use embassy_stm32::hash::*;
7
+use embassy_stm32::{bind_interrupts, hash, peripherals, Config};
8
use embassy_time::Instant;
9
use sha2::{Digest, Sha256};
10
use {defmt_rtt as _, panic_probe as _};
0 commit comments