Fix simulation bug.

This commit is contained in:
Krad
2022-05-13 14:20:22 +08:00
parent 3d22dc1512
commit d5038bb548

View File

@@ -79,6 +79,7 @@ int ScanControl(ScanAction actionType) {
break; break;
case PREVIEW_SCAN: case PREVIEW_SCAN:
statusCountFlag = 1; statusCountFlag = 1;
status = SCANNING;
printf("Do preview!\r\n"); printf("Do preview!\r\n");
break; break;
case STOP: case STOP: