Let update_len be usize for now

This commit is contained in:
Rasmus Melchior Jacobsen
2023-04-05 06:57:56 +02:00
parent 043b3072c4
commit d8e2f82569
2 changed files with 10 additions and 12 deletions

View File

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