fmt
This commit is contained in:
parent
eb64d71247
commit
7bf044278e
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
|
||||
use defmt::info;
|
||||
use embassy_executor::Spawner;
|
||||
use embassy_stm32::{bind_interrupts, hash, hash::*, peripherals, Config};
|
||||
use embassy_stm32::hash::*;
|
||||
use embassy_stm32::{bind_interrupts, hash, peripherals, Config};
|
||||
use embassy_time::Instant;
|
||||
use sha2::{Digest, Sha256};
|
||||
use {defmt_rtt as _, panic_probe as _};
|
||||
|
|
Loading…
Reference in a new issue