Fix fall through error in jtagmkI.c

This commit is contained in:
Stefan Rueger 2023-01-11 23:12:44 +00:00
parent cec9715ba2
commit 6d15d24a4d
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ static void jtagmkI_prmsg(const PROGRAMMER *pgm, unsigned char *data, size_t len
case RESP_POWER:
msg_info("target power lost\n");
break;
default:
msg_info("unknown message 0x%02x\n", data[0]);