소스 검색

update check parallel

Signed-off-by: FuangCao <cavan.cao@foxmail.com>
FuangCao 5 년 전
부모
커밋
9b9d5f94fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Source/app.c

+ 1 - 1
Source/app.c

@@ -359,7 +359,7 @@ static shark_bool shark_battery_check_parrallel(u8 operate)
 		return shark_false;
 	}
 
-	if (shark_battery_get_voltage_delta() > PARRALLEL_DELTA_VOL) {
+	if (shark_battery_get_voltage_delta() > PARRALLEL_BL_DELTA_VOL) {
 		return shark_false;
 	}