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

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]);