mirror of
https://github.com/CTCaer/hekate.git
synced 2025-01-26 03:35:32 +00:00
nyx: Decrease idle power drain
This commit is contained in:
parent
1a89246e7f
commit
c9e53d4b1d
@ -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…
x
Reference in New Issue
Block a user