Skip to content

Commit

Permalink
Fix memory concatenation error
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Oct 6, 2023
1 parent 9735789 commit c8b4e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ const char *avr_mem_order[100] = {
"fuse4", "tcd0cfg", "fuse5", "syscfg0",
"fuse6", "syscfg1", "fuse7", "append",
"codesize", "fuse8", "fuse9", "bootend",
"bootsize", "fusea" "pdicfg", "fuses",
"bootsize", "fusea", "pdicfg", "fuses",
"lock", "lockbits", "tempsense", "signature",
"prodsig", "sernum", "calibration", "osccal16",
"osccal20", "osc16err", "osc20err", "bootrow",
Expand Down

0 comments on commit c8b4e91

Please sign in to comment.