Skip to content

Commit 9de9019

Browse files
pkoevesdiYatekii
authored andcommitted
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

+1-1
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)