Update NEWS and resolve minor residual messaging issues

This commit is contained in:
Stefan Rueger
2022-10-17 16:39:45 +01:00
parent e172877724
commit b864d7e73a
5 changed files with 23 additions and 11 deletions

View File

@@ -1628,7 +1628,7 @@ static int jtag3_page_erase(const PROGRAMMER *pgm, const AVRPART *p, const AVRME
pmsg_notice2("jtag3_page_erase(.., %s, 0x%x)\n", m->desc, addr);
if (!(p->prog_modes & (PM_PDI | PM_UPDI))) {
avrdude_message(MSG_INFO, "%s: jtag3_page_erase: not supported\n", progname);
pmsg_error("page erase not supported\n");
return -1;
}