|
|
@@ -62,10 +62,10 @@ void shark_charge_tick(void)
|
|
|
if (shark_charger_insert > SHARK_CHG_INSERT_MIN) {
|
|
|
if (shark_xl_check_with_qd() == shark_false) {
|
|
|
shark_charger_state = SHARK_CHG_INSERT;
|
|
|
+ }
|
|
|
|
|
|
- if (shark_charger_enabled && shark_charge_times < SHARK_CHG_TIME_MAX) {
|
|
|
- shark_charge_times++;
|
|
|
- }
|
|
|
+ if (shark_charger_enabled && shark_charge_times < SHARK_CHG_TIME_MAX) {
|
|
|
+ shark_charge_times++;
|
|
|
}
|
|
|
} else {
|
|
|
shark_charger_insert++;
|