Fix simulator stop bug.

This commit is contained in:
Krad
2022-06-01 16:00:04 +08:00
parent 3b07cee4e6
commit b34a2d965c

View File

@@ -87,6 +87,7 @@ int ScanControl(ScanAction actionType) {
stop_flag = 1;
progress = 0;
status = READY;
SetEvent(e2);
printf("Stop everything!\r\n");
break;
case SCAN_CONTINUE: