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
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 1 additions and 0 deletions

View File

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