mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
20ms, not 2s
This commit is contained in:
parent
3cc79f4e11
commit
5e7b33cabd
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ static CheckBatteryResult LoopCheckBattery(PmicDriver *pmic_driver, ChargerDrive
|
|||
is_showing_charging_icon = true;
|
||||
}
|
||||
|
||||
svcSleepThread(2'000'000'000ul);
|
||||
svcSleepThread(20'000'000ul);
|
||||
UpdateCharger(pmic_driver, charger_driver, battery_driver, params, charge_voltage_limit);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue