diff options
| author | Caleb Garrett <[email protected]> | 2024-02-04 17:21:16 -0500 |
|---|---|---|
| committer | Caleb Garrett <[email protected]> | 2024-02-04 17:21:16 -0500 |
| commit | a260c0a701b0385691b57a22a19d86d7ce4788b8 (patch) | |
| tree | d72b58e9fc0e88d2a396cfa920ae812c069653fc /examples/stm32f7/src | |
| parent | 059d8a82228c0fa90f7709ce362d7629ca028f13 (diff) | |
Format hash example.
Diffstat (limited to 'examples/stm32f7/src')
| -rw-r--r-- | examples/stm32f7/src/bin/hash.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f7/src/bin/hash.rs b/examples/stm32f7/src/bin/hash.rs index cf52cea5c..4bd9b4e2e 100644 --- a/examples/stm32f7/src/bin/hash.rs +++ b/examples/stm32f7/src/bin/hash.rs | |||
| @@ -6,7 +6,6 @@ use embassy_executor::Spawner; | |||
| 6 | use embassy_stm32::hash::*; | 6 | use embassy_stm32::hash::*; |
| 7 | use embassy_stm32::Config; | 7 | use embassy_stm32::Config; |
| 8 | use embassy_time::Instant; | 8 | use embassy_time::Instant; |
| 9 | |||
| 10 | use sha2::{Digest, Sha256}; | 9 | use sha2::{Digest, Sha256}; |
| 11 | use {defmt_rtt as _, panic_probe as _}; | 10 | use {defmt_rtt as _, panic_probe as _}; |
| 12 | 11 | ||
