Fix simulator stop bug.
This commit is contained in:
@@ -87,6 +87,7 @@ int ScanControl(ScanAction actionType) {
|
|||||||
stop_flag = 1;
|
stop_flag = 1;
|
||||||
progress = 0;
|
progress = 0;
|
||||||
status = READY;
|
status = READY;
|
||||||
|
SetEvent(e2);
|
||||||
printf("Stop everything!\r\n");
|
printf("Stop everything!\r\n");
|
||||||
break;
|
break;
|
||||||
case SCAN_CONTINUE:
|
case SCAN_CONTINUE:
|
||||||
|
|||||||
Reference in New Issue
Block a user