Skip to content

Commit

Permalink
Calibration memory of ATtiny43U is only 1 byte
Browse files Browse the repository at this point in the history
Closes issue #921.
  • Loading branch information
dl8dtl committed May 5, 2022
1 parent a4c9fcd commit 43ddea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Changes since version 6.4:
- Terminal mode: memory fill with strings may cause Avrdude to crash. #922
- Some parts have wrong or missing ISP commands #915
- Incorrect -b conversion for linuxspi programmer #927
- ATtiny43U calibration memory size #921

* Pull requests:

Expand Down
2 changes: 1 addition & 1 deletion src/avrdude.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -12888,7 +12888,7 @@ part
;

memory "calibration"
size = 2;
size = 1;
read = "0 0 1 1 1 0 0 0 0 0 0 x x x x x",
"0 0 0 0 0 0 0 a0 o o o o o o o o";
;
Expand Down

0 comments on commit 43ddea9

Please sign in to comment.