Skip to content

Commit 6392d58

Browse files
committed
fixing
1 parent df24b7c commit 6392d58

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ impl CommandInstall for SerialConnection {
4040
.board
4141
.ok_or("No board name found.".to_owned());
4242
//TODO: handle the case when board is not set
43-
todo!("Handle the case when board is not set in system attributes.");
4443
let kernel_version = system_attributes
4544
.kernel_version
4645
.ok_or("No kernel version found.".to_owned());
@@ -162,7 +161,6 @@ impl CommandInstall for SerialConnection {
162161

163162
// If there are no pages valid, all pages would have been removed, so we write them all
164163
//TODO: needs to be rewritten in a cleaner way
165-
todo!("Rewrite the logic for determining valid pages in a cleaner way.");
166164
if valid_pages.is_empty() {
167165
for i in 0..(binary_len / page_size) {
168166
valid_pages.push(i as u8);

0 commit comments

Comments
 (0)