diff options
| -rw-r--r-- | embassy-stm32/src/hash/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/hash/mod.rs b/embassy-stm32/src/hash/mod.rs index 1258e8923..e62151bb5 100644 --- a/embassy-stm32/src/hash/mod.rs +++ b/embassy-stm32/src/hash/mod.rs | |||
| @@ -101,6 +101,7 @@ pub enum DataType { | |||
| 101 | 101 | ||
| 102 | /// Stores the state of the HASH peripheral for suspending/resuming | 102 | /// Stores the state of the HASH peripheral for suspending/resuming |
| 103 | /// digest calculation. | 103 | /// digest calculation. |
| 104 | #[derive(Clone)] | ||
| 104 | pub struct Context<'c> { | 105 | pub struct Context<'c> { |
| 105 | first_word_sent: bool, | 106 | first_word_sent: bool, |
| 106 | key_sent: bool, | 107 | key_sent: bool, |
