Skip to content

Commit 91fe9e4

Browse files
authored
fix wrong sector start adress
1 parent ccbc490 commit 91fe9e4

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
@@ -15,7 +15,7 @@ algorithm!(Algorithm, {
1515
empty_value: 0xFF,
1616
sectors: [{
1717
size: {{flash-sector-size}},
18-
address: {{flash-start-address}},
18+
address: 0x0,
1919
}]
2020
});
2121

0 commit comments

Comments
 (0)