Shorten redundant for bootloader description in -c ? -p part output

This commit is contained in:
Stefan Rueger
2022-09-20 21:55:29 +01:00
parent b04a83b1a2
commit 505d53c2e1

View File

@@ -190,6 +190,7 @@ static void pmshorten(char *desc, const char *modes) {
{" in JTAG mode", "JTAGmkI"}, {" in JTAG mode", "JTAGmkI"},
{" in JTAG mode", "XMEGAJTAG"}, {" in JTAG mode", "XMEGAJTAG"},
{" in JTAG mode", "AVR32JTAG"}, {" in JTAG mode", "AVR32JTAG"},
{" for bootloader", "bootloader"},
}; };
size_t len = strlen(desc); size_t len = strlen(desc);