Skip to content

Commit b606534

Browse files
committed
fixing
1 parent 6392d58 commit b606534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tockloader-lib/src/command_impl/serial/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ impl CommandInstall for SerialConnection {
138138

139139
if needs_padding {
140140
let remaining = page_size - (binary.len() % page_size);
141-
for _ in 0..remaining {
141+
for _i in 0..remaining {
142142
binary.push(0xFF);
143143
}
144144
}

0 commit comments

Comments
 (0)