mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-26 11:42:09 +00:00
nyx: Decrease idle power drain
This commit is contained in:
parent
1a89246e7f
commit
c9e53d4b1d
1 changed files with 3 additions and 0 deletions
|
@ -2115,5 +2115,8 @@ void nyx_load_and_run()
|
||||||
}
|
}
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
|
{
|
||||||
lv_task_handler();
|
lv_task_handler();
|
||||||
|
bpmp_usleep(HALT_COP_MAX_CNT);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue