1 Commits

Author SHA1 Message Date
Krad
20eb8e6e4f Fix simulator stop bug. 2022-06-01 16:00:04 +08:00

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: