Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9de9019

Browse files
pkoevesdiYatekii
authored andcommittedNov 22, 2024·
fix wrong sector start adress
1 parent 9dde0ec commit 9de9019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ algorithm!(Algorithm, {
1414
empty_value: 0xFF,
1515
sectors: [{
1616
size: {{flash-sector-size}},
17-
address: {{flash-start-address}},
17+
address: 0x0,
1818
}]
1919
});
2020

0 commit comments

Comments
 (0)
Please sign in to comment.