Let update_len be u32

This commit is contained in:
Rasmus Melchior Jacobsen
2023-04-11 07:46:05 +02:00
parent d8c92c53d6
commit d3ce64254a
2 changed files with 8 additions and 10 deletions

View File

@ -255,7 +255,7 @@ mod tests {
&mut flash,
&public_key.to_bytes(),
&signature.to_bytes(),
firmware_len,
firmware_len as u32,
&mut aligned,
))
.is_ok());