1
0
Fork 0
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:
Michael Scire 2019-05-06 23:09:13 -07:00
parent 3cc79f4e11
commit 5e7b33cabd

View file

@ -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);
}
}