PC app: close serial port at the end of xsvf playback

This commit is contained in:
ole00 2024-04-04 23:33:28 +01:00
parent c205579e9b
commit 56b687017a
1 changed files with 1 additions and 0 deletions

View File

@ -1404,6 +1404,7 @@ static int playJtagFile(char* label, int fSize, int vpp, int showProgress) {
}
readJtagSerialLine(buf, MAX_LINE, 1000, &feedRequest);
closeSerial();
return result;
}