1
0
mirror of https://github.com/CTCaer/hekate.git synced 2024-10-03 05:02:04 +00:00

nyx: Decrease idle power drain

This commit is contained in:
CTCaer 2020-04-30 16:27:40 +03:00
parent 1a89246e7f
commit c9e53d4b1d

View File

@ -2115,5 +2115,8 @@ void nyx_load_and_run()
}
while (true)
{
lv_task_handler();
bpmp_usleep(HALT_COP_MAX_CNT);
}
}