Commit 845f7f3
Fix: avr_flash_t's tmppage was cleared to 0x00ff -> 0xffff in avr_flash_clear_temppage
avr_flash_t's tmppage is of type uint16_t* and in avr_flash_clear_temppage it is reset to 0xff, which results to a pattern of 0x00ff00ff00ff in the tmppage.
This is supposed to be reset to 0xffff :)1 parent add07c6 commit 845f7f3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments