mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-26 03:49:18 +00:00
PC app: close serial port at the end of xsvf playback
This commit is contained in:
parent
c205579e9b
commit
56b687017a
@ -1404,6 +1404,7 @@ static int playJtagFile(char* label, int fSize, int vpp, int showProgress) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
readJtagSerialLine(buf, MAX_LINE, 1000, &feedRequest);
|
readJtagSerialLine(buf, MAX_LINE, 1000, &feedRequest);
|
||||||
|
closeSerial();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user