Browse Source

清除强制校准计数器

Signed-off-by: huhui <huhui@sharkgulf.com>
huhui 5 years ago
parent
commit
26a602a03b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Application/app/sox/soc.c

+ 2 - 0
Application/app/sox/soc.c

@@ -194,6 +194,8 @@ int soc_update_by_ocv(void){
 					ocv_full_count = 0;
 					changed = 1;
 				}
+			}else {
+				ocv_full_count = 0;
 			}
 		}
 	}