Skip to content

Commit 6b6b1a3

Browse files
committed
fix: clippy error
Signed-off-by: addrian-77 <lunguadrian30@gmail.com>
1 parent 9e12f60 commit 6b6b1a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tockloader-lib/src/command_impl/probers/erase_apps.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ impl CommandEraseApps for ProbeRSConnection {
1717
let mut loader = session.target().flash_loader();
1818

1919
let address = settings.start_address;
20-
// A single 0x0 byte is enough to invalidate the tbf header and make it all programs
21-
// unreadable to tockloader. This does mean app information will still exist on the board,
20+
// A single 0x0 byte is enough to invalidate the tbf header and make it all programs
21+
// unreadable to tockloader. This does mean app information will still exist on the board,
2222
// but they will be overwritten when the space is needed.
2323
loader.add_data((address as u32).into(), &[0x0])?;
2424

0 commit comments

Comments
 (0)