Skip to content

Commit 527bb23

Browse files
committed
fix: Integrate install command for SerialConnection
1 parent 68592c3 commit 527bb23

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
@@ -160,7 +160,7 @@ impl CommandInstall for SerialConnection {
160160
}
161161

162162
// If there are no pages valid, all pages would have been removed, so we write them all
163-
//TODO: needs to be rewritten in a cleaner way
163+
//TODo: needs to be rewritten in a cleaner way
164164
if valid_pages.is_empty() {
165165
for i in 0..(binary_len / page_size) {
166166
valid_pages.push(i as u8);

0 commit comments

Comments
 (0)